Search:
Login
Help/Guide
About Trac
Preferences
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Context Navigation
←
Previous Changeset
Next Changeset
→
Changeset 37
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
01/06/08 16:45:52 (
4 years
ago)
Author:
sander
Message:
Use resource file
Files:
1 added
2 edited
QtMPC.pro
(modified)
(
1 diff
)
QtMPC.qrc
(added)
gui/main_window.cpp
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
QtMPC.pro
r25
r37
9
9
CONFIG += qt debug
10
10
QT += network
11
RESOURCES = QtMPC.qrc
11
12
DEFINES += QT_NO_DEBUG_OUTPUT
12
13
gui/main_window.cpp
r36
r37
15
15
16
16
//Icon
17
icon = QIcon("
images/icon.svg");
17
icon = QIcon("
:/
images/icon.svg");
18
18
this->setWindowIcon(icon);
19
19
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive