diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2012-12-28 16:50:41 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2012-12-28 16:50:41 +0100 |
commit | faa7f72c417b4ccd9b794b32b988312186d62e59 (patch) | |
tree | 19a4db56f1526e073ce87a0c05a0923d5a6e442f /src/sync/syncdatawidget.h | |
parent | SVN_SILENT made messages (.desktop file) (diff) | |
download | rekonq-faa7f72c417b4ccd9b794b32b988312186d62e59.tar.xz |
Krazy Fixes, first shot
Diffstat (limited to 'src/sync/syncdatawidget.h')
-rw-r--r-- | src/sync/syncdatawidget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sync/syncdatawidget.h b/src/sync/syncdatawidget.h index cfec1d49..b5c3eb78 100644 --- a/src/sync/syncdatawidget.h +++ b/src/sync/syncdatawidget.h @@ -43,7 +43,7 @@ class SyncDataWidget : public QWizardPage, private Ui::SyncData Q_OBJECT public: - SyncDataWidget(QWidget *parent = 0); + explicit SyncDataWidget(QWidget *parent = 0); int nextId() const; |