From f7ccea7bca79f1dc21e497872a419446f20d211e Mon Sep 17 00:00:00 2001 From: aqua Date: Sat, 20 Aug 2022 16:37:42 +0300 Subject: Add Setting and MockSettings - rename Settings to RekonqSettings --- src/settings/test/dialog.cpp | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 src/settings/test/dialog.cpp (limited to 'src/settings/test/dialog.cpp') diff --git a/src/settings/test/dialog.cpp b/src/settings/test/dialog.cpp deleted file mode 100644 index 2bc9ffe0..00000000 --- a/src/settings/test/dialog.cpp +++ /dev/null @@ -1,12 +0,0 @@ -#include "../settingsdialog.h" -#include - -int main(int argc, char **argv) -{ - QApplication app(argc, argv); - - SettingsDialog dlg; - dlg.show(); - - return QApplication::exec(); -} \ No newline at end of file -- cgit v1.2.1