~bzoltan/kubuntu-packaging/decouple_cmake_plugin

« back to all changes in this revision

Viewing changes to src/shared/qbs/src/app/qbs/parser/commandtype.h

  • Committer: Timo Jyrinki
  • Date: 2013-11-15 12:25:23 UTC
  • mfrom: (1.1.28)
  • Revision ID: timo.jyrinki@canonical.com-20131115122523-i2kyamsu4gs2mu1m
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
 
34
34
enum CommandType {
35
35
    ResolveCommandType, BuildCommandType, CleanCommandType, RunCommandType, ShellCommandType,
36
 
    PropertiesCommandType, StatusCommandType, UpdateTimestampsCommandType,
 
36
    StatusCommandType, UpdateTimestampsCommandType,
37
37
    InstallCommandType, HelpCommandType
38
38
};
39
39