diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-07 20:25:08 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-07 20:25:08 +0100 |
| commit | e6d4517817a1e59a63932109e39b888257fb72a1 (patch) | |
| tree | 46d290640fff74773a9d79191ff9221631324e77 /example/text_processor_example/example.cpp | |
| parent | b30b55c48fd9eb64f3555f19820279792f69703c (diff) | |
| parent | 5a7fe8a6eacd5f4caac4f3c3d625ba82e393f7e6 (diff) | |
Merge pull request #3 from ocl-foss-org/text-editor-example
[CHORE] Text Editor example (Part 1)
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(); -} |
