mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 21:14:33 -04:00
Format code using clang-format
This commit is contained in:
@ -14,20 +14,20 @@ class EditShortcutsDialog : public QDialog
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
explicit EditShortcutsDialog(QWidget * parent = 0);
|
||||
void addActionsGroup(const QString & name, const QIcon & ico, QList<QAction *> & group);
|
||||
explicit EditShortcutsDialog(QWidget *parent = 0);
|
||||
void addActionsGroup(const QString &name, const QIcon &ico, QList<QAction *> &group);
|
||||
signals:
|
||||
|
||||
public slots:
|
||||
void resetToDefaults();
|
||||
void loadShortcuts(const QModelIndex & mi,const QModelIndex &mi2);
|
||||
void processConflict(const QString & shortcutInConflict);
|
||||
void loadShortcuts(const QModelIndex &mi, const QModelIndex &mi2);
|
||||
void processConflict(const QString &shortcutInConflict);
|
||||
|
||||
protected:
|
||||
QListView * actionsGroupsListView;
|
||||
QTableView * actionsTableView;
|
||||
ActionsGroupsModel * groupsModel;
|
||||
ActionsShortcutsModel * actionsModel;
|
||||
QListView *actionsGroupsListView;
|
||||
QTableView *actionsTableView;
|
||||
ActionsGroupsModel *groupsModel;
|
||||
ActionsShortcutsModel *actionsModel;
|
||||
};
|
||||
|
||||
#endif // EDIT_SHORTCUTS_DIALOG_H
|
||||
|
Reference in New Issue
Block a user