- Improved updateDlList code

- Added some ASSERTS
This commit is contained in:
Christophe Dumez 2007-07-29 15:17:50 +00:00
parent c19937cf98
commit 6951619c04
3 changed files with 17 additions and 11 deletions

View file

@ -187,6 +187,7 @@ class GUI : public QMainWindow, private Ui::MainWindow{
~GUI();
// Methods
int getRowFromHash(QString hash) const;
unsigned int getCurrentTabIndex() const;
QPoint screenCenter();
};