PIVX Core  5.6.99
P2P Digital Currency
macdockiconhandler.h
Go to the documentation of this file.
1 // Copyright (c) 2011-2020 The Bitcoin developers
2 // Distributed under the MIT/X11 software license, see the accompanying
3 // file COPYING or http://www.opensource.org/licenses/mit-license.php.
4 
5 #ifndef PIVX_QT_MACDOCKICONHANDLER_H
6 #define PIVX_QT_MACDOCKICONHANDLER_H
7 
8 #include <QMainWindow>
9 #include <QObject>
10 
13 class MacDockIconHandler : public QObject
14 {
15  Q_OBJECT
16 
17 public:
18  static MacDockIconHandler* instance();
19  static void cleanup();
20 
21 Q_SIGNALS:
23 
24 private:
26 };
27 
28 #endif // PIVX_QT_MACDOCKICONHANDLER_H
Macintosh-specific dock icon handler.
static MacDockIconHandler * instance()