summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/desktop/DialogRunner.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/desktop/DialogRunner.h b/src/desktop/DialogRunner.h
index 923fd26..750d4ee 100644
--- a/src/desktop/DialogRunner.h
+++ b/src/desktop/DialogRunner.h
@@ -21,11 +21,10 @@
#include <QObject>
#include <QStringList>
-class DialogRunner : public QObject
-{
+class DialogRunner : public QObject {
Q_OBJECT
public:
- explicit DialogRunner(QObject *parent = 0);
+ explicit DialogRunner(QObject* parent = 0);
Q_INVOKABLE void openFileDialog(QObject* filePickerModel);