comparison src/MainWindow.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 MAINWINDOW_H 20 #ifndef MAINWINDOW_H
21 #define MAINWINDOW_H 21 #define MAINWINDOW_H
22 22
23 #include <QMainWindow> 23 #include <QMainWindow>
24 24
25 class UiGuiSettings; 25 #include "UiGuiSettings.h"
26
26 class UiGuiSettingsDialog; 27 class UiGuiSettingsDialog;
27 class AboutDialog; 28 class AboutDialog;
28 class AboutDialogGraphicsView; 29 class AboutDialogGraphicsView;
29 class UiGuiHighlighter; 30 class UiGuiHighlighter;
30 class IndentHandler; 31 class IndentHandler;