summaryrefslogtreecommitdiffstats
path: root/knights/knights.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2016-09-30 21:31:52 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2016-09-30 21:33:10 +0900
commit78cddf8e8b1ab472b35133f2f2a0207ed245275b (patch)
tree6d61ab25e86d9948ca8559eed3acf2676c06b371 /knights/knights.h
parente8803aa7ae3f9196e21b21f491e3994fd7c333ba (diff)
downloadknights-78cddf8e8b1ab472b35133f2f2a0207ed245275b.tar.gz
knights-78cddf8e8b1ab472b35133f2f2a0207ed245275b.zip
Added user option to delete chess engine log files (game.### and log.###) from user home folder on exit.
This resolves bug 2665. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit febf3bbebfc048a068894f90d3a43d7fc6043aa3)
Diffstat (limited to 'knights/knights.h')
-rw-r--r--knights/knights.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/knights/knights.h b/knights/knights.h
index 4eb9989..56a6b1e 100644
--- a/knights/knights.h
+++ b/knights/knights.h
@@ -72,6 +72,7 @@ class Knights : public TDEMainWindow
public slots:
void KillAll( void );
void menuClose( void );
+ void aboutToQuit( void );
/** Yeah, they're sloppy, but I need my own geometry managment routines
because I don't like the "default" look my statusbar was getting
( double-height ). Plus, I want the console to appear only when needed. */