configmanager.h (texstudio-3.1.0) | : | configmanager.h (texstudio-3.1.1) | ||
---|---|---|---|---|
skipping to change at line 353 | skipping to change at line 353 | |||
void editCommand(); | void editCommand(); | |||
void addCommand(); | void addCommand(); | |||
void removeCommand(); | void removeCommand(); | |||
void moveUpCommand(); | void moveUpCommand(); | |||
void moveDownCommand(); | void moveDownCommand(); | |||
void moveCommand(int dir, int atRow = -1); | void moveCommand(int dir, int atRow = -1); | |||
void menuTreeItemChanged(QTreeWidgetItem *item, int l); | void menuTreeItemChanged(QTreeWidgetItem *item, int l); | |||
void menuTreeNewItem(bool menu = false); | void menuTreeNewItem(bool menu = false); | |||
void menuTreeNewMenuItem(); | void menuTreeNewMenuItem(); | |||
void menuTreeRevertItem(); | ||||
void toggleVisibleTreeItems(bool show); | void toggleVisibleTreeItems(bool show); | |||
void activateInternalViewer(bool activated); | void activateInternalViewer(bool activated); | |||
void managedOptionDialogAccepted(); | void managedOptionDialogAccepted(); | |||
void managedOptionObjectDestroyed(QObject *obj); | void managedOptionObjectDestroyed(QObject *obj); | |||
void managedOptionBoolToggled(); | void managedOptionBoolToggled(); | |||
private: | private: | |||
void updateManagedOptionObjects(ManagedProperty *property); | void updateManagedOptionObjects(ManagedProperty *property); | |||
}; | }; | |||
#endif | #endif | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 1 lines changed or added |