src/gui.h

changeset 384
f4622b79133d
parent 383
10e60ae9ed58
child 388
7ff483614aa1
--- a/src/gui.h	Mon Jul 15 20:45:26 2013 +0300
+++ b/src/gui.h	Mon Jul 15 22:07:49 2013 +0300
@@ -119,6 +119,9 @@
 	void addMessage (str msg);
 	Ui_LDForgeUI* interface() const;
 	
+	void beginAction(QAction* act);
+	void endAction();
+	
 #define act(N) QAction* action##N();
 #include "actions.h"
 	
@@ -171,7 +174,6 @@
 void critical (str msg);
 QIcon makeColorIcon (LDColor* colinfo, const ushort size);
 void makeColorSelector (QComboBox* box);
-QDialogButtonBox* makeButtonBox (QDialog& dlg);
 CheckBoxGroup* makeAxesBox();
 QImage imageFromScreencap (uchar* data, ushort w, ushort h);
 

mercurial