From ae266a6222763e922d0695ecfd02d3ef10709299 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Przemys=C5=82aw=20Czerpak?= Date: Sat, 11 Nov 2023 13:59:15 +0100 Subject: [PATCH] 2023-11-11 13:59 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * contrib/gtqtc/gtqtc.h ! synced declaration of QTConsole::repaintChars() with its implementation --- ChangeLog.txt | 4 ++++ contrib/gtqtc/gtqtc.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog.txt b/ChangeLog.txt index ce6bd331ab..31b9d922a0 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -7,6 +7,10 @@ Entries may not always be in chronological/commit order. See license at the end of file. */ +2023-11-11 13:59 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) + * contrib/gtqtc/gtqtc.h + ! synced declaration of QTConsole::repaintChars() with its implementation + 2023-11-11 13:43 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * contrib/gtqtc/gtqtc.h * use QT_VERSION >= 0x050000 instead of QT_VERSION <= 0x040900 diff --git a/contrib/gtqtc/gtqtc.h b/contrib/gtqtc/gtqtc.h index 3460830829..b1f13ab1ca 100644 --- a/contrib/gtqtc/gtqtc.h +++ b/contrib/gtqtc/gtqtc.h @@ -372,7 +372,7 @@ class QTConsole : public QWidget void setFontSize( int iFH, int iFW ); void setImageSize( void ); void copySelection( void ); - void repaintChars( const QRect & rect ); + void repaintChars( const QRect & rx ); protected: void inputMethodEvent( QInputMethodEvent * evt );