mirror of
https://github.com/YACReader/yacreader
synced 2026-04-12 15:49:53 -04:00
Format includes using clang-format
Some checks failed
Build / Initialization (push) Has been cancelled
Build / Code Format Validation (push) Has been cancelled
Build / Linux (Qt6) (push) Has been cancelled
Build / Linux (Qt6 + 7zip) (push) Has been cancelled
Build / macOS (Qt6 Universal) (push) Has been cancelled
Build / Windows x64 (Qt6) (push) Has been cancelled
Build / Windows ARM64 (Qt6) (push) Has been cancelled
Build / Docker amd64 Image (push) Has been cancelled
Build / Docker arm64 Image (push) Has been cancelled
Build / Publish Dev Builds (push) Has been cancelled
Build / Publish Release (push) Has been cancelled
Build / Publish YACReader10 Pre-release Builds (push) Has been cancelled
Some checks failed
Build / Initialization (push) Has been cancelled
Build / Code Format Validation (push) Has been cancelled
Build / Linux (Qt6) (push) Has been cancelled
Build / Linux (Qt6 + 7zip) (push) Has been cancelled
Build / macOS (Qt6 Universal) (push) Has been cancelled
Build / Windows x64 (Qt6) (push) Has been cancelled
Build / Windows ARM64 (Qt6) (push) Has been cancelled
Build / Docker amd64 Image (push) Has been cancelled
Build / Docker arm64 Image (push) Has been cancelled
Build / Publish Dev Builds (push) Has been cancelled
Build / Publish Release (push) Has been cancelled
Build / Publish YACReader10 Pre-release Builds (push) Has been cancelled
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
#include "actions_shortcuts_model.h"
|
||||
|
||||
#include "shortcuts_manager.h"
|
||||
|
||||
#include <QAction>
|
||||
|
||||
@ -2,9 +2,9 @@
|
||||
#define EDIT_SHORTCUT_ITEM_DELEGATE_H
|
||||
|
||||
#include <QItemDelegate>
|
||||
#include <QLineEdit>
|
||||
#include <QKeyEvent>
|
||||
#include <QKeySequence>
|
||||
#include <QLineEdit>
|
||||
#include <QToolButton>
|
||||
|
||||
class KeySequenceLineEdit : public QLineEdit
|
||||
|
||||
@ -4,14 +4,14 @@
|
||||
#include "actions_shortcuts_model.h"
|
||||
#include "edit_shortcut_item_delegate.h"
|
||||
|
||||
#include <QVBoxLayout>
|
||||
#include <QSplitter>
|
||||
#include <QListView>
|
||||
#include <QTableView>
|
||||
#include <QPushButton>
|
||||
#include <QHeaderView>
|
||||
#include <QLabel>
|
||||
#include <QListView>
|
||||
#include <QMessageBox>
|
||||
#include <QPushButton>
|
||||
#include <QSplitter>
|
||||
#include <QTableView>
|
||||
#include <QVBoxLayout>
|
||||
|
||||
EditShortcutsDialog::EditShortcutsDialog(QWidget *parent)
|
||||
: QDialog(parent)
|
||||
|
||||
@ -1,11 +1,11 @@
|
||||
#ifndef EDIT_SHORTCUTS_DIALOG_H
|
||||
#define EDIT_SHORTCUTS_DIALOG_H
|
||||
|
||||
#include "themable.h"
|
||||
|
||||
#include <QDialog>
|
||||
#include <QModelIndex>
|
||||
|
||||
#include "themable.h"
|
||||
|
||||
class QListView;
|
||||
class QTableView;
|
||||
|
||||
|
||||
@ -1,9 +1,10 @@
|
||||
#include "shortcuts_manager.h"
|
||||
|
||||
#include <QSettings>
|
||||
#include <QAction>
|
||||
#include "yacreader_global.h"
|
||||
|
||||
#include <QAction>
|
||||
#include <QSettings>
|
||||
|
||||
ShortcutsManager::ShortcutsManager()
|
||||
{
|
||||
initDefaultShorcuts();
|
||||
|
||||
@ -1,10 +1,10 @@
|
||||
#ifndef SHORTCUTS_MANAGER_H
|
||||
#define SHORTCUTS_MANAGER_H
|
||||
|
||||
#include <QObject>
|
||||
#include <QKeySequence>
|
||||
#include <QString>
|
||||
#include <QMap>
|
||||
#include <QObject>
|
||||
#include <QString>
|
||||
|
||||
class QAction;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user