@@ -24,8 +24,6 @@
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include <memory>
|
||||
|
||||
#include "globalshortcutsbackend.h"
|
||||
|
||||
#include <QObject>
|
||||
@@ -33,6 +31,8 @@
|
||||
#include <QAction>
|
||||
#include <QKeySequence>
|
||||
|
||||
#include "core/scoped_ptr.h"
|
||||
|
||||
class GlobalShortcutsBackendMacOSPrivate;
|
||||
|
||||
class GlobalShortcutsBackendMacOS : public GlobalShortcutsBackend {
|
||||
@@ -59,7 +59,7 @@ class GlobalShortcutsBackendMacOS : public GlobalShortcutsBackend {
|
||||
QMap<QKeySequence, QAction*> shortcuts_;
|
||||
|
||||
friend class GlobalShortcutsBackendMacOSPrivate;
|
||||
std::unique_ptr<GlobalShortcutsBackendMacOSPrivate> p_;
|
||||
ScopedPtr<GlobalShortcutsBackendMacOSPrivate> p_;
|
||||
};
|
||||
|
||||
#endif // GLOBALSHORTCUTSBACKEND_MACOS_H
|
||||
|
||||
Reference in New Issue
Block a user