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:56:00 +0900 |
commit | 69c2d469b80d8cf7b99a62ebd7c2f4bd8281712b (patch) | |
tree | deee760dfe9d6bc191f584d41db0ddafebc9d9cc /tdeprint/kmmanager.h | |
parent | 66d5e21568af94de26cf79a775502cb766a1de3d (diff) | |
download | tdelibs-69c2d469b80d8cf7b99a62ebd7c2f4bd8281712b.tar.gz tdelibs-69c2d469b80d8cf7b99a62ebd7c2f4bd8281712b.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>
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 |