X-Git-Url: http://git.maemo.org/git/?p=chessclock;a=blobdiff_plain;f=chessclockwindow.h;h=752f90922850325c894d50c4eb2b844bdad4208d;hp=4fe01c5d9f0f1855f62b372d2bd6f67d9874125e;hb=HEAD;hpb=e43c493689b3e5a28625a293f811a888bd5042e8 diff --git a/chessclockwindow.h b/chessclockwindow.h index 4fe01c5..752f909 100644 --- a/chessclockwindow.h +++ b/chessclockwindow.h @@ -28,6 +28,7 @@ class ClocksWidget; class StartWidget; class TimeControl; class QStackedWidget; +class TurnInformation; class ChessClockWindow : public QMainWindow { @@ -45,6 +46,11 @@ public slots: void visitWeb(); void about(); void aboutQt(); + /*! Delete turn information to avoid memory leaks + + @todo Save turn log and function to show it. + @since 1.1.2 */ + void dontEatMemory(TurnInformation* turnInformation); protected: