1 // Copyright (c) 2014 The Bitcoin developers
2 // Distributed under the MIT software license, see the accompanying
3 // file COPYING or http://www.opensource.org/licenses/mit-license.php.
5 #ifndef BITCOIN_QT_SCICON_H
6 #define BITCOIN_QT_SCICON_H
16 QImage SingleColorImage(const QString& filename, const QColor&);
17 QIcon SingleColorIcon(const QIcon&, const QColor&);
18 QIcon SingleColorIcon(const QString& filename, const QColor&);
20 QIcon SingleColorIcon(const QString& filename);
21 QIcon TextColorIcon(const QIcon&);
22 QIcon TextColorIcon(const QString& filename);
24 #endif // BITCOIN_QT_SCICON_H