mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-01-25 22:34:27 +00:00
Fix the build for Qt5
Merging #3883 broke the Qt5 build, define the color in the standard way.
This commit is contained in:
parent
8ceb28afc3
commit
77888d68d5
@ -24,7 +24,7 @@ static const int STATUSBAR_ICONSIZE = 16;
|
|||||||
/* Transaction list -- bare address (without label) */
|
/* Transaction list -- bare address (without label) */
|
||||||
#define COLOR_BAREADDRESS QColor(140, 140, 140)
|
#define COLOR_BAREADDRESS QColor(140, 140, 140)
|
||||||
/* Transaction list -- has conflicting transactions */
|
/* Transaction list -- has conflicting transactions */
|
||||||
#define COLOR_HASCONFLICTING Qt::white;
|
#define COLOR_HASCONFLICTING QColor(255, 255, 255)
|
||||||
/* Transaction list -- has conflicting transactions - background */
|
/* Transaction list -- has conflicting transactions - background */
|
||||||
#define COLOR_HASCONFLICTING_BG QColor(192, 0, 0)
|
#define COLOR_HASCONFLICTING_BG QColor(192, 0, 0)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user