diff options
| author | Brian Potchik <brian@vector35.com> | 2025-04-19 14:21:58 -0400 |
|---|---|---|
| committer | Brian Potchik <brian@vector35.com> | 2025-04-19 14:21:58 -0400 |
| commit | 2b31504fcdedd68a94fbd6ad90d7d2967b46291a (patch) | |
| tree | e67922b8555e89e7d9dcaf7a5b93ff1aa196c10d /ui/featuremap.h | |
| parent | 6ac52368ad598979afb22c2188c2858aaaa5bd7b (diff) | |
Fix crash when using kill in debugger.
Diffstat (limited to 'ui/featuremap.h')
| -rw-r--r-- | ui/featuremap.h | 3 |
1 files changed, 0 insertions, 3 deletions
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(); |
