summaryrefslogtreecommitdiffstats
path: root/src/client/informationdialog/informationdialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/informationdialog/informationdialog.h')
-rw-r--r--src/client/informationdialog/informationdialog.h11
1 files changed, 5 insertions, 6 deletions
diff --git a/src/client/informationdialog/informationdialog.h b/src/client/informationdialog/informationdialog.h
index 42aaa7b..f210dd8 100644
--- a/src/client/informationdialog/informationdialog.h
+++ b/src/client/informationdialog/informationdialog.h
@@ -1,12 +1,11 @@
#ifndef INFORMATION_DIALOG_H
#define INFORMATION_DIALOG_H
+
#include <QDialog>
-#include <QLayout>
-#include <QFormLayout>
-#include <QLabel>
-#include <QDebug>
-#include <QStringList>
+class QLayout;
+class QFormLayout;
+class QLabel;
class InformationDialog : public QDialog
{
@@ -21,7 +20,7 @@ private:
void initTable();
public:
- InformationDialog();
+ explicit InformationDialog();
};