summaryrefslogtreecommitdiff
path: root/Source/QtDialog/AddCacheEntry.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/QtDialog/AddCacheEntry.h')
-rw-r--r--Source/QtDialog/AddCacheEntry.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/Source/QtDialog/AddCacheEntry.h b/Source/QtDialog/AddCacheEntry.h
index cc710f558..e7a60ddb3 100644
--- a/Source/QtDialog/AddCacheEntry.h
+++ b/Source/QtDialog/AddCacheEntry.h
@@ -4,14 +4,15 @@
#define AddCacheEntry_h
#include "QCMake.h"
-
#include <QCheckBox>
#include <QStringList>
#include <QWidget>
#include "ui_AddCacheEntry.h"
-class AddCacheEntry : public QWidget, public Ui::AddCacheEntry
+class AddCacheEntry
+ : public QWidget
+ , public Ui::AddCacheEntry
{
Q_OBJECT
public: