]> git.lyx.org Git - features.git/commitdiff
Please Andre'.
authorVincent van Ravesteijn <vfr@lyx.org>
Sun, 12 Apr 2009 10:11:54 +0000 (10:11 +0000)
committerVincent van Ravesteijn <vfr@lyx.org>
Sun, 12 Apr 2009 10:11:54 +0000 (10:11 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29224 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/GuiDocument.cpp

index f55878ebb361cbc01780c15145de78f2c8bf2bbe..26ecb5b446137d8fa8d4a918d3710dd5c67873ac 100644 (file)
@@ -79,7 +79,7 @@ static inline QString colorButtonStyleSheet(QColor const & bgColor)
                rc += bgColor.name();
                return rc;
        }
-       return QLatin1String("");
+       return QString();
 }