summaryrefslogtreecommitdiffstats
path: root/src/dialog.h
diff options
context:
space:
mode:
authorSebastian Schmelzer2011-04-28 19:51:05 +0200
committerSebastian Schmelzer2011-04-28 19:51:05 +0200
commit5e6c2a27334930a55c4586751d9b2f680e808c4b (patch)
tree734f3ec67d67724cc8c8a0922f52edd62d97b2fb /src/dialog.h
parentadd translation (diff)
downloadvmchooser-5e6c2a27334930a55c4586751d9b2f680e808c4b.tar.gz
vmchooser-5e6c2a27334930a55c4586751d9b2f680e808c4b.tar.xz
vmchooser-5e6c2a27334930a55c4586751d9b2f680e808c4b.zip
theme support, move directboot option from no parameter to --file / -f
Diffstat (limited to 'src/dialog.h')
-rw-r--r--src/dialog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dialog.h b/src/dialog.h
index 86896c7..805ed08 100644
--- a/src/dialog.h
+++ b/src/dialog.h
@@ -21,6 +21,7 @@ class Dialog : public QDialog {
void selectSession(const QString& name);
void selectPreviousSession();
void showSettingsPVS();
+ void setTheme();
protected:
void changeEvent(QEvent *e);