From 42434314d65cdc29402c7adcb08c2fa5113f7ca2 Mon Sep 17 00:00:00 2001 From: ConfuSomu Date: Wed, 2 Aug 2023 01:56:58 +0200 Subject: Implement find dialog This dialog consolidates options for searching through textual elements in lists which simplifies the logic present in the MainWindow class. --- CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 5bab400..d28f320 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -21,6 +21,9 @@ set(PROJECT_SOURCES src/mainwindow.cpp src/mainwindow.h src/mainwindow.ui + src/finddialog.cpp + src/finddialog.h + src/finddialog.ui src/archive_parser.cpp src/archive_parser.h src/types.h -- cgit v1.2.3-54-g00ecf