From 5da56cb8ccab0bcbd8eaedfd89d5657b2dea3f15 Mon Sep 17 00:00:00 2001 From: octaeder <102688820+octaeder@users.noreply.github.com> Date: Fri, 1 Mar 2024 21:42:20 +0100 Subject: [PATCH] remove unused variable in header file --- src/macrobrowserui.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/macrobrowserui.h b/src/macrobrowserui.h index 1b41f8eab7..d07ac22629 100644 --- a/src/macrobrowserui.h +++ b/src/macrobrowserui.h @@ -40,7 +40,6 @@ private slots: QLineEdit *leName; QPlainTextEdit *teDescription; QHash cache; - QMap > itemCache; ConfigManager *config;