Make sure the main windows is initially centered

This commit is contained in:
Christophe Dumez
2011-01-22 19:51:06 +00:00
parent 0b874d9c42
commit 6580d23263
2 changed files with 13 additions and 2 deletions

View File

@@ -147,6 +147,7 @@ private:
// Bittorrent
QList<QPair<QTorrentHandle,QString> > unauthenticated_trackers; // Still needed?
// GUI related
bool m_posInitialized;
QTimer *guiUpdater;
HidableTabWidget *tabs;
StatusBar *status_bar;