src/mainwindow.h

changeset 965
d1b0aa40db91
parent 964
70f6900a92d5
child 968
4b93b7963456
--- a/src/mainwindow.h	Sun Aug 30 05:16:07 2015 +0300
+++ b/src/mainwindow.h	Sun Aug 30 05:30:17 2015 +0300
@@ -34,7 +34,6 @@
 class GLRenderer;
 class QComboBox;
 class QProgressBar;
-class Ui_LDForgeUI;
 struct Primitive;
 
 class LDQuickColor
@@ -281,7 +280,7 @@
 	QList<QToolButton*>	m_colorButtons;
 	QList<QAction*>		m_recentFiles;
 	MessageManager*		m_msglog;
-	Ui_LDForgeUI*		ui;
+	class Ui_MainWindow& ui;
 	QTabBar*			m_tabs;
 	bool				m_updatingTabs;
 

mercurial