]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
#1309 Management of icons: compillation on Linux
authornds <nds@opencascade.com>
Fri, 15 Apr 2016 12:47:39 +0000 (15:47 +0300)
committernds <nds@opencascade.com>
Fri, 15 Apr 2016 12:47:39 +0000 (15:47 +0300)
src/ModuleBase/ModuleBase_Tools.cpp

index e444d4a350861c91e3636b2e511027c7a89abec0..10dd13c0e74c94ce30c0b9f2886baba93b7b268e 100755 (executable)
@@ -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());