- Fixed compilation warning

This commit is contained in:
Christophe Dumez 2007-12-09 15:51:09 +00:00
commit 3af23ae8a9
2 changed files with 2 additions and 2 deletions

View file

@ -158,7 +158,7 @@ class GUI : public QMainWindow, private Ui::MainWindow{
GUI(QWidget *parent=0, QStringList torrentCmdLine=QStringList());
~GUI();
// Methods
unsigned int getCurrentTabIndex() const;
int getCurrentTabIndex() const;
QPoint screenCenter() const;
};