Skip to content

Commit

Permalink
2023-11-11 13:59 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
Browse files Browse the repository at this point in the history
  * contrib/gtqtc/gtqtc.h
    ! synced declaration of QTConsole::repaintChars() with its implementation
  • Loading branch information
druzus committed Nov 11, 2023
1 parent 41bf0e1 commit ae266a6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion contrib/gtqtc/gtqtc.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 );
Expand Down

0 comments on commit ae266a6

Please sign in to comment.