gui.cpp

changeset 123
a54d9d5c0c1f
parent 120
607301744394
child 124
7962744759ad
equal deleted inserted replaced
122:33c227d0fa1b 123:a54d9d5c0c1f
151 } 151 }
152 152
153 // things not implemented yet 153 // things not implemented yet
154 QAction* const qaDisabledActions[] = { 154 QAction* const qaDisabledActions[] = {
155 ACTION_NAME (newSubfile), 155 ACTION_NAME (newSubfile),
156 ACTION_NAME (about),
157 ACTION_NAME (help), 156 ACTION_NAME (help),
158 }; 157 };
159 158
160 for (QAction* act : qaDisabledActions) 159 for (QAction* act : qaDisabledActions)
161 act->setEnabled (false); 160 act->setEnabled (false);

mercurial