diff options
author | Aqua-sama <aqua@iserlohn-fortress.net> | 2018-03-07 14:08:52 +0100 |
---|---|---|
committer | Aqua-sama <aqua@iserlohn-fortress.net> | 2018-03-07 14:08:52 +0100 |
commit | 5a9d3032869382ec2103e11ef785fe939f93a74f (patch) | |
tree | 2df4152aa9121d569da7b26f26986b60d1f61eb5 /src/mainwindow/widgets | |
parent | Show local branch and commit in updater (diff) | |
download | smolbote-5a9d3032869382ec2103e11ef785fe939f93a74f.tar.xz |
Reworked CMakeLists to be a bit more readable
Diffstat (limited to 'src/mainwindow/widgets')
-rw-r--r-- | src/mainwindow/widgets/searchform.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwindow/widgets/searchform.cpp b/src/mainwindow/widgets/searchform.cpp index 08d4470..afbde98 100644 --- a/src/mainwindow/widgets/searchform.cpp +++ b/src/mainwindow/widgets/searchform.cpp @@ -7,7 +7,7 @@ */ #include "searchform.h" -#include "src/mainwindow/mainwindow.h" +#include "mainwindow/mainwindow.h" #include "ui_searchform.h" SearchForm::SearchForm(MainWindow *parentWindow, QWidget *parent) |