diff options
author | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2017-10-01 12:11:33 +0300 |
---|---|---|
committer | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2017-10-01 12:51:29 +0300 |
commit | 0c0ac68bc2e23fe1590614bb961a21a4bb09d0dc (patch) | |
tree | 11da9fbb7105834401d8e7999d42a4107221aa37 /src/ui/Theme.cc | |
parent | Merge pull request #82 from rokups/fix/#50 (diff) | |
download | nheko-0c0ac68bc2e23fe1590614bb961a21a4bb09d0dc.tar.xz |
Remove extra clang-format options
Diffstat (limited to '')
-rw-r--r-- | src/ui/Theme.cc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/ui/Theme.cc b/src/ui/Theme.cc index 1560cf12..52d4b883 100644 --- a/src/ui/Theme.cc +++ b/src/ui/Theme.cc @@ -22,9 +22,7 @@ Theme::Theme(QObject *parent) setColor("Transparent", ui::Color::Transparent); } -Theme::~Theme() -{ -} +Theme::~Theme() {} QColor Theme::rgba(int r, int g, int b, qreal a) const |