Fixes: Add a stub for cmakestep. Which does nothing at all, yet.

Details:  Another dummy, still more to do.
This commit is contained in:
dt
2008-12-02 18:06:51 +01:00
parent 294575bde0
commit 83e3524b53
2 changed files with 7 additions and 3 deletions

View File

@@ -38,7 +38,9 @@ namespace CMakeProjectManager {
namespace Constants {
const char * const PROJECTCONTEXT = "CMakeProject.ProjectContext";
const char * const CMAKEMIMETYPE = "text/x-cmake"; // TOOD check that this is correct
const char * const CMAKEMIMETYPE = "text/x-cmake"; // TOOD check that this is correct
const char * const CMAKESTEP = "CMakeProjectManager.CMakeStep";
} // namespace Constants
} // namespace CMakeProjectManager