summaryrefslogtreecommitdiffhomepage
path: root/example/text_processor_example/example.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'example/text_processor_example/example.cpp')
-rw-r--r--example/text_processor_example/example.cpp15
1 files changed, 0 insertions, 15 deletions
diff --git a/example/text_processor_example/example.cpp b/example/text_processor_example/example.cpp
deleted file mode 100644
index 19f0ecf..0000000
--- a/example/text_processor_example/example.cpp
+++ /dev/null
@@ -1,15 +0,0 @@
-/*
- * File: example.cpp
- * Purpose: Rope example.
- * Author: Amlal El Mahrouss (amlal@nekernel.org)
- * Copyright 2026, Amlal El Mahrouss, licensed under the Boost Software License.
- */
-
-#include "qt_widget.hpp"
-
-int main(int argc, char** argv)
-{
- QApplication app(argc, argv);
-
- return app.exec();
-}