refactor CaptureButton and use CSS for side panel button

This commit is contained in:
Alex P
2020-09-13 22:29:47 +03:00
committed by borgmanJeremy
parent 3514345b68
commit fa9ec7adba
21 changed files with 412 additions and 324 deletions

View File

@@ -19,9 +19,10 @@
#pragma once
#include "capture/capturebutton.h"
#include <QPushButton>
class OrientablePushButton : public QPushButton
class OrientablePushButton : public CaptureButton
{
Q_OBJECT
public: