changeset 27618:dd9803e83b9f

eliminate slots declaration for some resource manager functions * resource-manager.h (resource_manager::varedit_color_chars, resource_manager::varedit_color_names, resource_manager::varedit_default_colors): Don't declare these static functions as Qt slots. They are never used that way.
author John W. Eaton <jwe@octave.org>
date Sat, 02 Nov 2019 10:54:48 -0400
parents 12f28f9368ec
children 0053b8e0dc56
files libgui/src/resource-manager.h
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libgui/src/resource-manager.h	Sat Nov 02 18:22:39 2019 +0100
+++ b/libgui/src/resource-manager.h	Sat Nov 02 10:54:48 2019 -0400
@@ -140,8 +140,6 @@
 
     static resource_manager *instance;
 
-  public slots:
-
     static void cleanup_instance (void) { delete instance; instance = nullptr; }
 
     static QString varedit_color_chars (void) {return "fbsha"; }