mirror of
https://github.com/deskflow/deskflow.git
synced 2026-07-01 21:02:39 +08:00
refactor: ClientApp indicate msg is unused in update status
This commit is contained in:
parent
8dcd9b0c01
commit
9f72b44d2a
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user