summaryrefslogtreecommitdiffstats
path: root/smglobals.h
diff options
context:
space:
mode:
authorArno <arno@disconnect.de>2015-06-06 07:36:39 +0200
committerArno <arno@disconnect.de>2015-06-06 07:36:39 +0200
commitbfe87ae31af8398d3bc0bf26a7dac3dbdecec569 (patch)
treeead648607431acf59662a66765e8f0b804f2e0c1 /smglobals.h
parent6f8107c1cb22938ee4c91d0993dc82e624c7c8de (diff)
downloadSheMov-bfe87ae31af8398d3bc0bf26a7dac3dbdecec569.tar.gz
SheMov-bfe87ae31af8398d3bc0bf26a7dac3dbdecec569.tar.bz2
SheMov-bfe87ae31af8398d3bc0bf26a7dac3dbdecec569.zip
Resize PictureViewer2
Make it possible to resize the PictureViewer2 and get rid of fixed size. Also, make sure that the current picture is redrawn when we get a resize event.
Diffstat (limited to 'smglobals.h')
-rw-r--r--smglobals.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/smglobals.h b/smglobals.h
index e28047d..a674203 100644
--- a/smglobals.h
+++ b/smglobals.h
@@ -39,7 +39,6 @@ class SmGlobals : public QObject {
ArchiveController *archiveController() { return mArchiveController; }
QSize cursorSize();
QIcon iconFor(const QString &type);
- const QSize minPVSize() const { return QSize(640, 480); }
const QHash<QString, QString> & icons() const { return mIcons; }
QHash<int, QString> filetypeMap() const { return mFiletypeMap; }
QHash<QString, QWidget*> registeredWidgets() { return mWidgets; }