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