From 7578a7f30f735d48925d993d1e16216939b1e7ed Mon Sep 17 00:00:00 2001 From: nds Date: Fri, 15 Apr 2016 15:47:39 +0300 Subject: [PATCH] #1309 Management of icons: compillation on Linux --- src/ModuleBase/ModuleBase_Tools.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ModuleBase/ModuleBase_Tools.cpp b/src/ModuleBase/ModuleBase_Tools.cpp index e444d4a35..10dd13c0e 100755 --- a/src/ModuleBase/ModuleBase_Tools.cpp +++ b/src/ModuleBase/ModuleBase_Tools.cpp @@ -544,7 +544,7 @@ void blockUpdateViewer(const bool theValue) Events_Loop::loop()->send(aMsg); } -QString ModuleBase_Tools::wrapTextByWords(const QString& theValue, QWidget* theWidget, +QString wrapTextByWords(const QString& theValue, QWidget* theWidget, int theMaxLineInPixels) { static QFontMetrics tfm(theWidget ? theWidget->font() : QApplication::font()); -- 2.39.2