From 2b31504fcdedd68a94fbd6ad90d7d2967b46291a Mon Sep 17 00:00:00 2001 From: Brian Potchik Date: Sat, 19 Apr 2025 14:21:58 -0400 Subject: Fix crash when using kill in debugger. --- ui/featuremap.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'ui/featuremap.h') diff --git a/ui/featuremap.h b/ui/featuremap.h index d21760ec..fb84165b 100644 --- a/ui/featuremap.h +++ b/ui/featuremap.h @@ -95,9 +95,6 @@ protected: virtual void paintEvent(QPaintEvent* event) override; void scrollTo(int x, int y, bool addHistoryEntry = false); - Q_SIGNALS: - void notifyThemeUpdated(); - private Q_SLOTS: void renderAnalysisData(); void updateThemeInternal(); -- cgit v1.3.1