add posibility of dynamic window timeout change
This commit is contained in:
@@ -29,7 +29,8 @@ namespace Status {//
|
||||
void handleClientError(MPD::ClientError &e);
|
||||
void handleServerError(MPD::ServerError &e);
|
||||
|
||||
void trace();
|
||||
void trace(bool update_timer);
|
||||
inline void trace() { trace(true); }
|
||||
void update(int event);
|
||||
|
||||
namespace State {//
|
||||
|
||||
Reference in New Issue
Block a user