Mercurial > dedupe
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 65:bc55cbd827bf | 66:a60c26e34d1a |
|---|---|
| 42 | 42 |
| 43 signals: | 43 signals: |
| 44 void populateProgress(int); | 44 void populateProgress(int); |
| 45 | 45 |
| 46 private slots: | 46 private slots: |
| 47 void initialPopulate(); | |
| 47 void progressUpdate(int); | 48 void progressUpdate(int); |
| 48 void deleteFile(); | 49 void deleteFile(); |
| 49 void itemDoubleClicked (QTreeWidgetItem * item, int column); | 50 void itemDoubleClicked (QTreeWidgetItem * item, int column); |
| 50 void contextMenuRequested(const QPoint&); | 51 void contextMenuRequested(const QPoint&); |
| 51 | 52 |
