180 void slot_lastSecondCleanup (); |
180 void slot_lastSecondCleanup (); |
181 }; |
181 }; |
182 |
182 |
183 // ----------------------------------------------------------------------------- |
183 // ----------------------------------------------------------------------------- |
184 // Other GUI-related stuff not directly part of ForgeWindow: |
184 // Other GUI-related stuff not directly part of ForgeWindow: |
185 QIcon getIcon (const char* sIconName); |
185 QPixmap getIcon (const char* sIconName); |
186 std::vector<quickColorMetaEntry> parseQuickColorMeta (); |
186 std::vector<quickColorMetaEntry> parseQuickColorMeta (); |
187 bool confirm (str title, str msg); |
187 bool confirm (str title, str msg); |
188 bool confirm (str msg); |
188 bool confirm (str msg); |
189 void critical (str msg); |
189 void critical (str msg); |
190 |
190 |