summaryrefslogtreecommitdiffstats
path: root/src/dialog.h
diff options
context:
space:
mode:
authorNils Schwabe2014-03-07 16:23:16 +0100
committerNils Schwabe2014-03-07 16:23:16 +0100
commit56d213b3c8984ef033784e60fccf25d3cfbdbb13 (patch)
treeac6fdf1487a2051a702b58cae349cd6c6e3d6e84 /src/dialog.h
parentfixed umlauts in xml (diff)
downloadvmchooser2-56d213b3c8984ef033784e60fccf25d3cfbdbb13.tar.gz
vmchooser2-56d213b3c8984ef033784e60fccf25d3cfbdbb13.tar.xz
vmchooser2-56d213b3c8984ef033784e60fccf25d3cfbdbb13.zip
Added function to add info entries if the xml file could not be loaded
Diffstat (limited to 'src/dialog.h')
-rw-r--r--src/dialog.h2
1 files changed, 2 insertions, 0 deletions
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<Session*>&, 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();