mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-24 19:02:59 +00:00
remove unused qdbusviewer icons
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
This commit is contained in:
parent
9f2560a01a
commit
4cd85a2942
7 changed files with 4 additions and 4 deletions
|
@ -62,7 +62,7 @@ install(
|
|||
)
|
||||
|
||||
install(
|
||||
FILES ${CMAKE_CURRENT_SOURCE_DIR}/images/qdbusviewer.png
|
||||
FILES ${CMAKE_CURRENT_SOURCE_DIR}/qdbusviewer.png
|
||||
DESTINATION ${KATIE_PIXMAPS_RELATIVE}
|
||||
RENAME qdbusviewer${KATIE_TOOLS_SUFFIX}.png
|
||||
COMPONENT Tools
|
||||
|
|
Binary file not shown.
Binary file not shown.
Before Width: | Height: | Size: 347 KiB |
|
@ -489,7 +489,7 @@ void QDBusViewer::about()
|
|||
{
|
||||
QMessageBox box(this);
|
||||
|
||||
box.setText(QString::fromLatin1("<center><img src=\":/trolltech/qdbusviewer/images/qdbusviewer.png\">"
|
||||
box.setText(QString::fromLatin1("<center><img src=\":/trolltech/qdbusviewer/qdbusviewer.png\">"
|
||||
"<h3>%1</h3>"
|
||||
"<p>Version %2</p></center>"
|
||||
"<p>Copyright (C) 2015 The Qt Company Ltd.</p>"
|
||||
|
|
Before Width: | Height: | Size: 9.6 KiB After Width: | Height: | Size: 9.6 KiB |
|
@ -1,5 +1,5 @@
|
|||
<!DOCTYPE RCC><RCC version="1.0">
|
||||
<qresource prefix="/trolltech/qdbusviewer" >
|
||||
<file>images/qdbusviewer.png</file>
|
||||
<file>qdbusviewer.png</file>
|
||||
</qresource>
|
||||
</RCC>
|
||||
|
|
|
@ -55,7 +55,7 @@ int main(int argc, char *argv[])
|
|||
|
||||
QApplication app(argc, argv);
|
||||
QMainWindow mw;
|
||||
app.setWindowIcon(QIcon(QLatin1String(":/trolltech/qdbusviewer/images/qdbusviewer.png")));
|
||||
app.setWindowIcon(QIcon(QLatin1String(":/trolltech/qdbusviewer/qdbusviewer.png")));
|
||||
mw.setWindowTitle(app.translate("QtDBusViewer", "Katie D-Bus Viewer"));
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue