blob: 64413e9540eec41689c2e9825426716124081c91 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
//===========================================
// Lumina-DE source code
// Copyright (c) 2015, Ken Moore
// Available under the 3-clause BSD license
// See the LICENSE file for full details
//===========================================
// Simple DBUS message handler for the FreeDesktop desktop notifications specification
class LXDG-DBusNotifier : public QDBusVirtualObkect{
Q_OBJECT
public:
private:
};
|