diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-07 06:59:38 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-07 06:59:38 +0100 |
| commit | 24767406a9a1ee0bd53c20175ed7a7d2fe166d29 (patch) | |
| tree | 223c7e1cf7eff23dc77f4d72cfb2fe5fd6c7f4d5 /example/text_processor_example/example.cpp | |
| parent | b30b55c48fd9eb64f3555f19820279792f69703c (diff) | |
[CHORE] Introduce replacement of text_processor example, text_editor.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'example/text_processor_example/example.cpp')
| -rw-r--r-- | example/text_processor_example/example.cpp | 15 |
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(); -} |
