mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2026-03-11 08:54:48 +00:00
Fix Mac Pasteboard header location
This commit is contained in:
parent
0ce4e7001c
commit
215ca536d0
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue