diff --git a/widgets/pathselection.cpp b/widgets/pathselection.cpp index 7b66570..4d6dfb9 100644 --- a/widgets/pathselection.cpp +++ b/widgets/pathselection.cpp @@ -1,14 +1,10 @@ #include "./pathselection.h" #include "./clearlineedit.h" +#include "../misc/desktoputils.h" + #include -#ifndef SEARCH_PATH_SEP_CHAR -# error "wtf" -#endif - -#include - #include #include #include @@ -87,6 +83,8 @@ bool PathSelection::eventFilter(QObject *obj, QEvent *event) menu->exec(static_cast(event)->globalPos()); } return true; + default: + ; } } #endif