Help: Fix some clang warnings

Change-Id: I6e65e0819333d7d5e7f697718690bc8d80b1b189
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
Alessandro Portale
2016-09-21 16:08:35 +02:00
parent ae3483da27
commit 76e51ac5bb
3 changed files with 4 additions and 4 deletions

View File

@@ -82,7 +82,7 @@ public:
static void setLastShownPages(const QStringList &pages);
static QList<float> lastShownPagesZoom();
static void setLastShownPagesZoom(const QList<float> &zoom);
static void setLastShownPagesZoom(const QList<qreal> &zoom);
static int lastSelectedTab();
static void setLastSelectedTab(int index);