summaryrefslogtreecommitdiffstats
path: root/src/Dialog.h
diff options
context:
space:
mode:
authorSebastian Schmelzer2011-11-03 15:53:35 +0100
committerSebastian Schmelzer2011-11-03 15:53:35 +0100
commitef937ae2e65b3aac5ef08313e8ffd9f2b498e4d0 (patch)
tree9e05337a14b919091a36f538ab0e4b8a3f8acd4c /src/Dialog.h
parentinitial commit (diff)
downloademuchooser-ef937ae2e65b3aac5ef08313e8ffd9f2b498e4d0.tar.gz
emuchooser-ef937ae2e65b3aac5ef08313e8ffd9f2b498e4d0.tar.xz
emuchooser-ef937ae2e65b3aac5ef08313e8ffd9f2b498e4d0.zip
update cmake stuff
Diffstat (limited to 'src/Dialog.h')
-rw-r--r--src/Dialog.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/Dialog.h b/src/Dialog.h
index e547fca..56786d3 100644
--- a/src/Dialog.h
+++ b/src/Dialog.h
@@ -18,7 +18,6 @@
#include <QDialog>
#include <Session.h>
-#include <SessionTreeModel.h>
class QTextEdit;
class QTextBrowser;
@@ -47,12 +46,11 @@ class Dialog : public QDialog
void addItems(const QList<Session *> entries);
private:
-//void createHeader();
void createLayout();
QString readStyle(const QString &filename);
- QVBoxLayout *layout;
- JavaScriptInterface* jsi;
+ QVBoxLayout *layout;
+ JavaScriptInterface *jsi;
};