Mercurial > dedupe
diff DataController.hpp @ 66:a60c26e34d1a
Avoid apprent hang in beginning, now application shows, but appears frosen.
Need better fix.
| author | Tom Fredrik Blenning Klaussen <bfg@bfgconsult.no> |
|---|---|
| date | Sun, 23 Dec 2012 22:07:57 +0100 |
| parents | e5fa379d4030 |
| children | 308a718812ba |
line wrap: on
line diff
--- a/DataController.hpp Sun Dec 23 22:04:55 2012 +0100 +++ b/DataController.hpp Sun Dec 23 22:07:57 2012 +0100 @@ -44,6 +44,7 @@ void populateProgress(int); private slots: + void initialPopulate(); void progressUpdate(int); void deleteFile(); void itemDoubleClicked (QTreeWidgetItem * item, int column);
