summaryrefslogtreecommitdiffstats
path: root/examples/widgets/tools/undoframework/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/tools/undoframework/main.cpp')
-rw-r--r--examples/widgets/tools/undoframework/main.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/widgets/tools/undoframework/main.cpp b/examples/widgets/tools/undoframework/main.cpp
index c43b2fccd7..8dfa3ffb4b 100644
--- a/examples/widgets/tools/undoframework/main.cpp
+++ b/examples/widgets/tools/undoframework/main.cpp
@@ -8,8 +8,6 @@
//! [0]
int main(int argv, char *args[])
{
- Q_INIT_RESOURCE(undoframework);
-
QApplication app(argv, args);
MainWindow mainWindow;