mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-13 02:39:37 +00:00
Line endings...
This commit is contained in:
parent
fd2e4ba415
commit
c93857194d
1 changed files with 3 additions and 3 deletions
|
@ -25,8 +25,8 @@
|
||||||
#include <QtGui/QUndoStack>
|
#include <QtGui/QUndoStack>
|
||||||
#include <QSignalMapper>
|
#include <QSignalMapper>
|
||||||
|
|
||||||
namespace Ui {
|
namespace Ui {
|
||||||
class TileEditorMainWindow;
|
class TileEditorMainWindow;
|
||||||
}
|
}
|
||||||
|
|
||||||
class TileModel;
|
class TileModel;
|
||||||
|
@ -37,7 +37,7 @@ class TileEditorMainWindow : public QMainWindow
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
|
|
||||||
public:
|
public:
|
||||||
explicit TileEditorMainWindow(QWidget *parent = 0);
|
explicit TileEditorMainWindow(QWidget *parent = 0);
|
||||||
~TileEditorMainWindow();
|
~TileEditorMainWindow();
|
||||||
|
|
||||||
QUndoStack *getUndoStack() { return m_undoStack; }
|
QUndoStack *getUndoStack() { return m_undoStack; }
|
||||||
|
|
Loading…
Reference in a new issue