[graphics/krita] libs/ui: Fix argument order in signal declaration

Dmitry Kazakov <[email protected]>
Newsgroups gmane.comp.kde.cvs
Message-ID <[email protected]>
Git commit ecf499e2fd39b7f368c0eada63190c11040fa00f by Dmitry Kazakov.
Committed on 07/08/2026 at 13:41.
Pushed by dkazakov into branch 'master'.

Fix argument order in signal declaration

The points of emission and delivery use the correct order

M  +1    -1    libs/ui/KisLayerThumbnailCache.cpp

https://invent.kde.org/graphics/krita/-/commit/ecf499e2fd39b7f368c0eada63190c11040fa00f

diff --git a/libs/ui/KisLayerThumbnailCache.cpp b/libs/ui/KisLayerThumbnailCache.cpp
index cc1358d3dd6..bfeb04d62a8 100644
--- a/libs/ui/KisLayerThumbnailCache.cpp
+++ b/libs/ui/KisLayerThumbnailCache.cpp
@@ -92,7 +92,7 @@ public:
     }
 
 Q_SIGNALS:
-    void sigThumbnailGenerated(KisNodeSP node, int maxSize, int seqNo, const QImage &thumb);
+    void sigThumbnailGenerated(KisNodeSP node, int seqNo, int maxSize, const QImage &thumb);
 private:
 
     KisNodeSP m_root;
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.