mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-07-30 18:18:35 -04:00
Fix Linux ScreenLockListener implementation
This commit is contained in:
parent
c6ecf48ccd
commit
a3af8fc0ea
2 changed files with 2 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
#include <QDBusReply>
|
||||
|
||||
ScreenLockListenerDBus::ScreenLockListenerDBus(QWidget *parent):
|
||||
ScreenLockListenerMac(parent)
|
||||
ScreenLockListenerPrivate(parent)
|
||||
{
|
||||
QDBusConnection sessionBus = QDBusConnection::sessionBus();
|
||||
QDBusConnection systemBus = QDBusConnection::systemBus();
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
#define SCREENLOCKLISTENERDBUS_H
|
||||
#include <QObject>
|
||||
#include <QWidget>
|
||||
#include "ScreenLockListenerPrivate.h"
|
||||
|
||||
class ScreenLockListenerDBus : public ScreenLockListenerPrivate
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue