diff options
author | Arno <arno@disconnect.de> | 2015-06-06 14:16:32 +0200 |
---|---|---|
committer | Arno <arno@disconnect.de> | 2015-06-06 14:16:32 +0200 |
commit | 7ffee99071517f5f5533f067850e732efe171991 (patch) | |
tree | 56df5d31247e7dc88c531678540cbf3d91df7cc4 /shemov.cpp | |
parent | 230feb71ce37cd6797e94247fab463841c7637cf (diff) | |
download | SheMov-7ffee99071517f5f5533f067850e732efe171991.tar.gz SheMov-7ffee99071517f5f5533f067850e732efe171991.tar.bz2 SheMov-7ffee99071517f5f5533f067850e732efe171991.zip |
Get rid of Helper::centerDialog
It's useless if you don't use a tiling window manager. Also, now we have
an empty class SmDialog. Didn't replace it yet. Maybe it's useful in the
future.
Diffstat (limited to 'shemov.cpp')
-rw-r--r-- | shemov.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -144,7 +144,6 @@ SheMov::SheMov(QWidget *parent, Qt::WindowFlags flags) : QMainWindow(parent, fla mArchive->readSettings(); mArchiveBrowser->readConfig(); readSettings(); - Helper::centerWidget(picViewer); // craptastic... We can't center until it's painted, // hence this indirection :( mFSWidget->centerCurrent(); |