mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-08-14 13:18:36 -05:00
Refactor
* Minor style changes * Move function definitions * Split utility.hpp * Enable include of export-symbol-helper.hpp in tests
This commit is contained in:
committed by
WarmUpTill
parent
dcba7c535d
commit
01cf000cbe
@@ -3,6 +3,7 @@
|
||||
#include <layout-helpers.hpp>
|
||||
#include <log-helper.hpp>
|
||||
#include <obs-module-helper.hpp>
|
||||
#include <path-helpers.hpp>
|
||||
#include <plugin-state-helpers.hpp>
|
||||
#include <selection-helpers.hpp>
|
||||
#include <sync-helpers.hpp>
|
||||
@@ -564,7 +565,8 @@ static inline QStringList getOutputDeviceNames()
|
||||
}
|
||||
|
||||
MidiDeviceSelection::MidiDeviceSelection(QWidget *parent, MidiDeviceType t)
|
||||
: QComboBox(parent), _type(t)
|
||||
: QComboBox(parent),
|
||||
_type(t)
|
||||
{
|
||||
AddSelectionEntry(this, obs_module_text("AdvSceneSwitcher.selectItem"));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user