280:d0774130e860 | 281:afed72b544f0 |
---|---|
21 return "VectorInput"; | 21 return "VectorInput"; |
22 } | 22 } |
23 | 23 |
24 QString Vec3EditorPlugin::group() const | 24 QString Vec3EditorPlugin::group() const |
25 { | 25 { |
26 return APPNAME; | 26 return CMAKE_PROJECT_NAME; |
27 } | 27 } |
28 | 28 |
29 QString Vec3EditorPlugin::toolTip() const | 29 QString Vec3EditorPlugin::toolTip() const |
30 { | 30 { |
31 return ""; | 31 return ""; |
61 return "MatrixEditor"; | 61 return "MatrixEditor"; |
62 } | 62 } |
63 | 63 |
64 QString MatrixEditorPlugin::group() const | 64 QString MatrixEditorPlugin::group() const |
65 { | 65 { |
66 return APPNAME; | 66 return CMAKE_PROJECT_NAME; |
67 } | 67 } |
68 | 68 |
69 QString MatrixEditorPlugin::toolTip() const | 69 QString MatrixEditorPlugin::toolTip() const |
70 { | 70 { |
71 return ""; | 71 return ""; |
102 return "ColorButton"; | 102 return "ColorButton"; |
103 } | 103 } |
104 | 104 |
105 QString ColorButtonPlugin::group() const | 105 QString ColorButtonPlugin::group() const |
106 { | 106 { |
107 return APPNAME; | 107 return CMAKE_PROJECT_NAME; |
108 } | 108 } |
109 | 109 |
110 QString ColorButtonPlugin::toolTip() const | 110 QString ColorButtonPlugin::toolTip() const |
111 { | 111 { |
112 return ""; | 112 return ""; |