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:
Andre Hartmann
2015-12-22 14:09:03 +01:00
committed by Tobias Hunger
parent bd7f09ac02
commit af9c1b3d6c

View File

@@ -47,13 +47,6 @@ const char CONFIG_MIMETYPE[] = "application/vnd.qtcreator.generic.config";
// Project
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 GenericProjectManager