forked from qt-creator/qt-creator
GenericProject: Remove duplicate and unused constants
The same constants appear in projectexplorerconstants.h, from where they are used in selectablefilesmodel.cpp. Change-Id: Iedeb30747b80e3d9d14a684d4b480400670bc6e3 Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
This commit is contained in:
committed by
Tobias Hunger
parent
bd7f09ac02
commit
af9c1b3d6c
@@ -47,13 +47,6 @@ const char CONFIG_MIMETYPE[] = "application/vnd.qtcreator.generic.config";
|
|||||||
// Project
|
// Project
|
||||||
const char GENERICPROJECT_ID[] = "GenericProjectManager.GenericProject";
|
const char GENERICPROJECT_ID[] = "GenericProjectManager.GenericProject";
|
||||||
|
|
||||||
const char HIDE_FILE_FILTER_SETTING[] = "GenericProject/FileFilter";
|
|
||||||
const char HIDE_FILE_FILTER_DEFAULT[] = "Makefile*; *.o; *.lo; *.la; *.obj; *~; *.files;"
|
|
||||||
" *.config; *.creator; *.user; *.includes; *.autosave";
|
|
||||||
|
|
||||||
const char SHOW_FILE_FILTER_SETTING[] = "GenericProject/ShowFileFilter";
|
|
||||||
const char SHOW_FILE_FILTER_DEFAULT[] = "*.c; *.cc; *.cpp; *.cp; *.cxx; *.c++; *.h; *.hh; *.hpp; *.hxx;";
|
|
||||||
|
|
||||||
} // namespace Constants
|
} // namespace Constants
|
||||||
} // namespace GenericProjectManager
|
} // namespace GenericProjectManager
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user