Skip to content

Commit

Permalink
Update RequestHandler_Config.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
BarryCarlyon authored Oct 23, 2024
1 parent 174b07b commit a4cff11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/requesthandler/RequestHandler_Config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ RequestResult RequestHandler::CreateProfile(const Request &request)
return RequestResult::Error(RequestStatus::ResourceAlreadyExists);

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

return RequestResult::Success();
Expand Down

0 comments on commit a4cff11

Please sign in to comment.