diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-05-02 23:48:19 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-05-12 11:58:52 +0900 |
commit | 154fda159c78daf8a9f2e7d5daa5e02cb276674a (patch) | |
tree | 7a1cd57b80999a6cb9d05741d43cfc7aef397d69 /tdeprint/kmmanager.h | |
parent | e1e204ab672d8c5f5e184d0b2d628b487414f682 (diff) | |
download | tdelibs-154fda159c78daf8a9f2e7d5daa5e02cb276674a.tar.gz tdelibs-154fda159c78daf8a9f2e7d5daa5e02cb276674a.zip |
KJobViewer: make sure the printer lists is correctly updated when printers are added or removed. This relates to bug 1362.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 69c2d469b80d8cf7b99a62ebd7c2f4bd8281712b)
Diffstat (limited to 'tdeprint/kmmanager.h')
-rw-r--r-- | tdeprint/kmmanager.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tdeprint/kmmanager.h b/tdeprint/kmmanager.h index 9c5820f3a..d90a02d23 100644 --- a/tdeprint/kmmanager.h +++ b/tdeprint/kmmanager.h @@ -142,7 +142,8 @@ public: void checkUpdatePossible(); signals: - void updatePossible( bool ); + void updatePossible(bool); + void printerListUpdated(); protected: // the real printer listing job is done here |