From 56d213b3c8984ef033784e60fccf25d3cfbdbb13 Mon Sep 17 00:00:00 2001 From: Nils Schwabe Date: Fri, 7 Mar 2014 16:23:16 +0100 Subject: Added function to add info entries if the xml file could not be loaded --- src/dialog.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/dialog.h') diff --git a/src/dialog.h b/src/dialog.h index 4627a8e..63f7c45 100644 --- a/src/dialog.h +++ b/src/dialog.h @@ -20,6 +20,8 @@ class Dialog : public QDialog { explicit Dialog(QWidget *parent = 0); ~Dialog(); void addItems(const QList&, const QString& section); + void addLabelItem(const QString& label, const QString& section); + void removeItem(const QString& name, const QString& section); bool selectSession(const QString& name); void selectPreviousSession(); void showSettingsPVS(); -- cgit v1.2.3-55-g7522