comparison widgets/LEDButton.h @ 1324:13d9b422f7fe zoom

Merge from default branch
author Chris Cannam
date Mon, 17 Sep 2018 13:51:31 +0100
parents 3f5c82034f9b
children a18e78b9c78b
comparison
equal deleted inserted replaced
1183:57d192e26331 1324:13d9b422f7fe
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;