Circumvented the loading problem that occured on Windows.

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/branches/0.3@1220 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
xavier
2011-03-20 03:13:32 +00:00
parent 6b57a90879
commit f95b6d079a
2 changed files with 6 additions and 3 deletions

View File

@@ -143,5 +143,6 @@ class ElementsPanel : public QTreeWidget {
QTreeWidgetItem *custom_collection_item_;
int loading_progress_;
bool first_activation_;
bool first_reload_;
};
#endif