Skip to content

Commit 3fd2fb0

Browse files
BarryCarlyonRytoEX
authored andcommitted
Update RequestHandler_Config.cpp
1 parent 174b07b commit 3fd2fb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/requesthandler/RequestHandler_Config.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ RequestResult RequestHandler::CreateProfile(const Request &request)
290290
return RequestResult::Error(RequestStatus::ResourceAlreadyExists);
291291

292292
QMainWindow *mainWindow = static_cast<QMainWindow *>(obs_frontend_get_main_window());
293-
QMetaObject::invokeMethod(mainWindow, "NewProfile", Qt::BlockingQueuedConnection,
293+
QMetaObject::invokeMethod(mainWindow, "CreateNewProfile", Qt::BlockingQueuedConnection,
294294
Q_ARG(QString, QString::fromStdString(profileName)));
295295

296296
return RequestResult::Success();

0 commit comments

Comments
 (0)