summaryrefslogtreecommitdiffstats
path: root/src/designer/src/lib/shared/zoomwidget.cpp
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2015-01-16 18:05:00 +0100
committerOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2015-01-16 18:05:00 +0100
commite8efb8f55d9ef0f1cfbbf6c50a71a3aada017f78 (patch)
treec2b07c643f0c35236b1a9724bf5cf83e4b52afdf /src/designer/src/lib/shared/zoomwidget.cpp
parent1f2bed2bc8ce2c865b79c4948fba100b748c8bcb (diff)
parentd6c61e16437b5c31b73ada65471532625ae19ecc (diff)
Merge 5.4 into 5.4.1v5.4.1
Diffstat (limited to 'src/designer/src/lib/shared/zoomwidget.cpp')
-rw-r--r--src/designer/src/lib/shared/zoomwidget.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/designer/src/lib/shared/zoomwidget.cpp b/src/designer/src/lib/shared/zoomwidget.cpp
index aa3c3f2a7..c95bd3a30 100644
--- a/src/designer/src/lib/shared/zoomwidget.cpp
+++ b/src/designer/src/lib/shared/zoomwidget.cpp
@@ -55,11 +55,6 @@ enum { debugZoomWidget = 0 };
static const int menuZoomList[] = { 100, 25, 50, 75, 125, 150 , 175, 200 };
-static inline QSize qCeiling(const QSizeF &s)
-{
- return QSize(qCeil(s.width()), qCeil(s.height()));
-}
-
namespace qdesigner_internal {
// ---------- ZoomMenu