Skip to content

Commit

Permalink
core/scopymainwindow_api: Fix mismatched parameters
Browse files Browse the repository at this point in the history
Signed-off-by: Andrei-Fabian-Pop <[email protected]>
  • Loading branch information
Andrei-Fabian-Pop committed Sep 13, 2024
1 parent 62c3253 commit 83cc381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/scopymainwindow_api.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ void ScopyMainWindow_API::acceptLicense()
}
}

QString ScopyMainWindow_API::addDevice(QString uri, QString cat, bool async)
QString ScopyMainWindow_API::addDevice(QString cat, QString uri, bool async)
{
auto &&cp = ConnectionProvider::GetInstance();
Connection *conn = cp->open(uri);
Expand Down

0 comments on commit 83cc381

Please sign in to comment.