Mercurial > dedupe
comparison DataController.hpp @ 93:308a718812ba
Small refactoring to allow lazy commits.
| author | Tom Fredrik Blenning Klaussen <bfg@bfgconsult.no> |
|---|---|
| date | Tue, 22 Oct 2013 11:53:54 +0200 |
| parents | a60c26e34d1a |
| children |
comparison
equal
deleted
inserted
replaced
| 92:f49023c61dac | 93:308a718812ba |
|---|---|
| 39 void populate(); | 39 void populate(); |
| 40 void delayPopulate(); | 40 void delayPopulate(); |
| 41 | 41 |
| 42 | 42 |
| 43 signals: | 43 signals: |
| 44 void populateProgress(int); | 44 void populateProgress(int, int); |
| 45 | 45 |
| 46 private slots: | 46 private slots: |
| 47 void initialPopulate(); | 47 void initialPopulate(); |
| 48 void progressUpdate(int); | 48 void progressUpdate(int); |
| 49 void progressUpdate(int, int); | |
| 49 void deleteFile(); | 50 void deleteFile(); |
| 50 void itemDoubleClicked (QTreeWidgetItem * item, int column); | 51 void itemDoubleClicked (QTreeWidgetItem * item, int column); |
| 51 void contextMenuRequested(const QPoint&); | 52 void contextMenuRequested(const QPoint&); |
| 52 | 53 |
| 53 private: | 54 private: |
