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
This commit is contained in:
Przemysław Czerpak
2023-11-11 13:59:15 +01:00
parent 41bf0e17f4
commit ae266a6222
2 changed files with 5 additions and 1 deletions

View File

@@ -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

View File

@@ -372,7 +372,7 @@ public:
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 );