Formatting changes

This commit is contained in:
WarmUpTill
2024-03-12 20:54:53 +01:00
committed by WarmUpTill
parent 82d1aed472
commit b17a6cc109
10 changed files with 28 additions and 20 deletions

View File

@@ -9,7 +9,8 @@
namespace advss {
MacroExportImportDialog::MacroExportImportDialog(Type type)
: QDialog(nullptr), _importExportString(new QPlainTextEdit(this))
: QDialog(nullptr),
_importExportString(new QPlainTextEdit(this))
{
_importExportString->setReadOnly(type == Type::EXPORT_MACRO);
auto label = new QLabel(obs_module_text(