summaryrefslogtreecommitdiffstats
path: root/tdeprint/kmmanager.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2020-05-02 23:48:19 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2020-05-12 11:56:00 +0900
commit69c2d469b80d8cf7b99a62ebd7c2f4bd8281712b (patch)
treedeee760dfe9d6bc191f584d41db0ddafebc9d9cc /tdeprint/kmmanager.cpp
parent66d5e21568af94de26cf79a775502cb766a1de3d (diff)
downloadtdelibs-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.cpp')
-rw-r--r--tdeprint/kmmanager.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tdeprint/kmmanager.cpp b/tdeprint/kmmanager.cpp
index d43239fd7..19fdbc7cc 100644
--- a/tdeprint/kmmanager.cpp
+++ b/tdeprint/kmmanager.cpp
@@ -272,6 +272,7 @@ TQPtrList<KMPrinter>* KMManager::printerList(bool reload)
if (defprinter)
setSoftDefault(defprinter);
}
+ emit printerListUpdated();
}
return &m_fprinters;