wip(refactor): Improve signal and event handling

This commit is contained in:
Michael Carlberg 2016-12-05 20:41:00 +01:00
parent d45fd76dcd
commit 08be86fbe1
73 changed files with 2228 additions and 2251 deletions
include/modules

View file

@ -49,7 +49,7 @@ namespace modules {
*/
class xworkspaces_module : public static_module<xworkspaces_module>, public xpp::event::sink<evt::property_notify> {
public:
xworkspaces_module(const bar_settings& bar, const logger& logger, const config& config, string name);
explicit xworkspaces_module(const bar_settings& bar, const logger& logger, const config& config, string name);
void setup();
void teardown();