Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan White <support@dmapps.us>2021-05-16 16:24:43 +0300
committerJonathan White <support@dmapps.us>2021-05-30 15:44:09 +0300
commit215ca536d023182c76701ae78ea806cb3268f148 (patch)
tree60cdec1318228f211c1d300d4e1ef75761df994a
parent0ce4e7001c5953ae3c733892d05e0ee0877e27ee (diff)
Fix Mac Pasteboard header location
-rw-r--r--src/core/MacPasteboard.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/MacPasteboard.h b/src/core/MacPasteboard.h
index f2a71e73f..503741ca8 100644
--- a/src/core/MacPasteboard.h
+++ b/src/core/MacPasteboard.h
@@ -18,9 +18,9 @@
#ifndef KEEPASSXC_MACPASTEBOARD_H
#define KEEPASSXC_MACPASTEBOARD_H
-#include <QMacPasteboardMime>
#include <QObject>
#include <QTextCodec>
+#include <QtMacExtras/QMacPasteboardMime>
class MacPasteboard : public QObject, public QMacPasteboardMime
{