pqCustomShortcutBehavior.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (c) Kitware Inc.
2 // SPDX-FileCopyrightText: Copyright (c) Sandia Corporation
3 // SPDX-License-Identifier: BSD-3-Clause
4 #ifndef pqCustomShortcutBehavior_h
5 #define pqCustomShortcutBehavior_h
6 
8 #include <QObject>
9 
10 class QMainWindow;
11 
17 {
18  Q_OBJECT
19  typedef QObject Superclass;
20 
21 public:
22  pqCustomShortcutBehavior(QMainWindow* parent = nullptr);
23 
24 public Q_SLOTS: // NOLINT(readability-redundant-access-specifiers)
25  void loadMenuItemShortcuts();
26 
27 private:
28  Q_DISABLE_COPY(pqCustomShortcutBehavior)
29 };
30 
31 #endif
#define PQAPPLICATIONCOMPONENTS_EXPORT
pqCustomShortcutBehavior TODO