Minor fixes and arrow point fix

This commit is contained in:
lupoDharkael
2017-05-24 13:11:28 +02:00
parent 78a3623963
commit 5b65583e49
7 changed files with 50 additions and 29 deletions

View File

@@ -28,6 +28,9 @@ class ConfigWindow : public QWidget {
public:
explicit ConfigWindow(QWidget *parent = 0);
signals:
void setDefaults();
private:
};