From d912747a68c38baa1d19e07067d8c691f29f8198 Mon Sep 17 00:00:00 2001 From: John Fultz Date: Tue, 21 Jul 2015 10:18:57 -0500 Subject: Visual Studio build maintenance. * Fix compiler warnings * Add Visual Studio 2013 solution * Tweak .pro files * Most importantly, rename main 'quackle' project to 'libquackle' to avoid solution-level name conflict. This only affects the VS build. --- quacker/graphicalboard.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'quacker/graphicalboard.cpp') diff --git a/quacker/graphicalboard.cpp b/quacker/graphicalboard.cpp index 0b273f6..12244a1 100644 --- a/quacker/graphicalboard.cpp +++ b/quacker/graphicalboard.cpp @@ -1313,7 +1313,7 @@ bool TileWidget::shouldShowVerboseLabels() const return m_alwaysShowVerboseLabels || QuackerSettings::self()->verboseLabels; } -QFont TileWidget::scaledFont(float multiplier) +QFont TileWidget::scaledFont(double multiplier) { const int smallerSideLength = qMin(size().width(), size().height()); -- cgit v1.2.3