From 4e51267783042b8dc39d1ac8f0c14d1c52b21943 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Fri, 5 Oct 2018 16:31:16 +0200 Subject: main-window: shutup temp warning on maintainer mode --- main-window/module-mixin.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'main-window/module-mixin.cpp') diff --git a/main-window/module-mixin.cpp b/main-window/module-mixin.cpp index 67485ba2..8d36cb0d 100644 --- a/main-window/module-mixin.cpp +++ b/main-window/module-mixin.cpp @@ -20,7 +20,8 @@ module_mixin::module_by_name(const QString& name, const dylib_list& list) const return { *it, int(std::distance(list.cbegin(), it)) }; } -static void show_window(QWidget& d, bool fresh) +//static +void show_window(QWidget& d, bool fresh) { if (fresh) { -- cgit v1.2.3