summary refs log tree commit diff
path: root/src/ui/Theme.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/Theme.cc')
-rw-r--r--src/ui/Theme.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ui/Theme.cc b/src/ui/Theme.cc

index 622428b0..7209864a 100644 --- a/src/ui/Theme.cc +++ b/src/ui/Theme.cc
@@ -22,8 +22,6 @@ Theme::Theme(QObject *parent) setColor("Transparent", ui::Color::Transparent); } -Theme::~Theme() {} - QColor Theme::rgba(int r, int g, int b, qreal a) const {