summaryrefslogtreecommitdiffstats
path: root/helper.h
diff options
context:
space:
mode:
authorArno <arno@disconnect.de>2015-06-06 14:16:32 +0200
committerArno <arno@disconnect.de>2015-06-06 14:16:32 +0200
commit7ffee99071517f5f5533f067850e732efe171991 (patch)
tree56df5d31247e7dc88c531678540cbf3d91df7cc4 /helper.h
parent230feb71ce37cd6797e94247fab463841c7637cf (diff)
downloadSheMov-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 'helper.h')
-rw-r--r--helper.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/helper.h b/helper.h
index 74aea3f..f8d03a0 100644
--- a/helper.h
+++ b/helper.h
@@ -32,7 +32,6 @@ namespace Helper {
QVariant bytesFromUnit(QVariant number, const QString unit);
const QStringList toStringList(const QList<QVariant> &list);
const QString colorToHtml(const QColor &color);
- void centerWidget(QWidget *widget);
QVariantMap ffmpegData(const QString &path);
QJsonDocument streamData(const QString &path);
QPixmap preview(const QString &path);