mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-09-08 09:36:07 -05:00
Move OBSDock definition
This commit is contained in:
10
src/utils/obs-dock.hpp
Normal file
10
src/utils/obs-dock.hpp
Normal file
@@ -0,0 +1,10 @@
|
||||
#pragma once
|
||||
#include <QDockWidget>
|
||||
|
||||
// QDockWidget wrapper enable applying "OBSDock" stylesheet
|
||||
class OBSDock : public QDockWidget {
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
inline OBSDock(QWidget *parent = nullptr) : QDockWidget(parent) {}
|
||||
};
|
||||
Reference in New Issue
Block a user