summaryrefslogtreecommitdiffstats
path: root/Source/QtDialog/Compilers.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/QtDialog/Compilers.h')
-rw-r--r--Source/QtDialog/Compilers.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/Source/QtDialog/Compilers.h b/Source/QtDialog/Compilers.h
index ee89886..bdb1962 100644
--- a/Source/QtDialog/Compilers.h
+++ b/Source/QtDialog/Compilers.h
@@ -11,12 +11,11 @@ class Compilers : public QWidget, public Ui::Compilers
{
Q_OBJECT
public:
- Compilers(QWidget* p=NULL) :
- QWidget(p)
+ Compilers(QWidget* p = NULL)
+ : QWidget(p)
{
this->setupUi(this);
}
};
#endif
-