Skip to content

Commit

Permalink
ARBSTCL-351 Fix unused variables warning
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandrkirilov committed Nov 6, 2023
1 parent 9ad4a7f commit 791d881
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions UsersHandler/DataModels/ausershandlermodeluser.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ class AUsersHandlerModelUser : public QObject {

void mInitWithManifest(QString inPath) {

Q_UNUSED(inPath)
_A_DEBUG << "AUsersHandlerModelUser initiated with manifest";
}
};
Expand Down

0 comments on commit 791d881

Please sign in to comment.