refactor: ClientApp indicate msg is unused in update status
This commit is contained in:
@ -192,7 +192,7 @@ void ClientApp::updateStatus() const
|
||||
updateStatus("");
|
||||
}
|
||||
|
||||
void ClientApp::updateStatus(const std::string &msg) const
|
||||
void ClientApp::updateStatus(const std::string_view &) const
|
||||
{
|
||||
// do nothing
|
||||
}
|
||||
|
||||
@ -64,7 +64,7 @@ public:
|
||||
//
|
||||
|
||||
void updateStatus() const;
|
||||
void updateStatus(const std::string &msg) const;
|
||||
void updateStatus(const std::string_view &) const;
|
||||
void handleScreenError();
|
||||
deskflow::Screen *openClientScreen();
|
||||
void closeClientScreen(deskflow::Screen *screen);
|
||||
|
||||
Reference in New Issue
Block a user