Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
d47a2c56
Commit
d47a2c56
authored
Nov 19, 2010
by
Kai Koehne
Browse files
Bauhaus: Remove invalid image file
Requested-by: Maurice Kalinowski
parent
fabaffde
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/tools/qml/standalone/32xBauhaus_Logo.png
deleted
100644 → 0
View file @
fabaffde
35.9 KB
src/tools/qml/standalone/bauhaus.qrc
View file @
d47a2c56
...
...
@@ -14,6 +14,5 @@
<file alias="qmldesigner/templates/General/Empty Fx">templates/fx.qml</file>
<file>16xBauhaus_Logo.png</file>
<file>256xBauhaus_Logo.png</file>
<file>32xBauhaus_Logo.png</file>
</qresource>
</RCC>
src/tools/qml/standalone/main.cpp
View file @
d47a2c56
...
...
@@ -129,7 +129,6 @@ int main(int argc, char *argv[])
#ifdef Q_WS_X11
QIcon
applicationIcon
;
applicationIcon
.
addFile
(
":/16xBauhaus_Log"
);
applicationIcon
.
addFile
(
":/32xBauhaus_Logo.png"
);
applicationIcon
.
addFile
(
":/64xBauhaus_Logo.png"
);
applicationIcon
.
addFile
(
":/128xBauhaus_Logo.png"
);
applicationIcon
.
addFile
(
":/256xBauhaus_Logo.png"
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment