comparison src/UiGuiSettingsDialog.h @ 784:139f68bf6695

QSharedPointer does not work using forward declarations causing crashes. Therefore including "UiGuiSettings.h". git-svn-id: svn://svn.code.sf.net/p/universalindent/code/trunk@1061 59b1889a-e5ac-428c-b0c7-476e01d41282
author thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
date Thu, 29 Dec 2011 10:44:46 +0000
parents f3631db17328
children fa7aa6f543f1
comparison
equal deleted inserted replaced
783:bb215f38488f 784:139f68bf6695
20 #ifndef UIGUISETTINGSDIALOG_H 20 #ifndef UIGUISETTINGSDIALOG_H
21 #define UIGUISETTINGSDIALOG_H 21 #define UIGUISETTINGSDIALOG_H
22 22
23 #include <QDialog> 23 #include <QDialog>
24 24
25 #include "UiGuiSettings.h"
26
25 namespace Ui { 27 namespace Ui {
26 class SettingsDialog; 28 class SettingsDialog;
27 } 29 }
28 class UiGuiSettings;
29 30
30 31
31 class UiGuiSettingsDialog : public QDialog 32 class UiGuiSettingsDialog : public QDialog
32 { 33 {
33 Q_OBJECT 34 Q_OBJECT