summaryrefslogtreecommitdiffstats
path: root/examples/network/torrent/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/network/torrent/main.cpp')
-rw-r--r--examples/network/torrent/main.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/network/torrent/main.cpp b/examples/network/torrent/main.cpp
index a7a795fbcc..649f33436a 100644
--- a/examples/network/torrent/main.cpp
+++ b/examples/network/torrent/main.cpp
@@ -9,8 +9,6 @@ int main(int argc, char *argv[])
{
QApplication app(argc, argv);
- Q_INIT_RESOURCE(icons);
-
MainWindow window;
window.show();