We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7676f72 commit cc6aa36Copy full SHA for cc6aa36
1 file changed
gui/util/globalgui.cpp
@@ -14,7 +14,7 @@ QIcon GlobalGUI::iconByName(const QString &name)
14
}
15
if(icon.isNull())
16
{
17
- QtIO::err << "could not open icon by name:" << name;
+ QtIO::err << "Could not open icon by name:" << name;
18
19
return icon;
20
@@ -28,7 +28,7 @@ QIcon GlobalGUI::standardIcon(QStyle::StandardPixmap pixmap)
28
29
else
30
31
- QtIO::err << "Error: Could not standard icon; style not set" << endl;
+ QtIO::err << "Error: Could not standard icon; style not set." << endl;
32
return QIcon();
33
34
0 commit comments