comparison widgets/LEDButton.h @ 1216:dc2af6616c83

Merge from branch 3.0-integration
author Chris Cannam
date Fri, 13 Jan 2017 10:29:50 +0000
parents 3f5c82034f9b
children a18e78b9c78b
comparison
equal deleted inserted replaced
1048:e8102ff5573b 1216:dc2af6616c83
23 The original KDE widget comes in round and rectangular and flat, 23 The original KDE widget comes in round and rectangular and flat,
24 raised, and sunken variants. This version retains only the round 24 raised, and sunken variants. This version retains only the round
25 sunken variant. This version also implements a simple button API. 25 sunken variant. This version also implements a simple button API.
26 */ 26 */
27 27
28 #ifndef _LED_BUTTON_H_ 28 #ifndef SV_LED_BUTTON_H
29 #define _LED_BUTTON_H_ 29 #define SV_LED_BUTTON_H
30 30
31 #include <QWidget> 31 #include <QWidget>
32 #include "base/Debug.h" 32 #include "base/Debug.h"
33 33
34 class QColor; 34 class QColor;