aboutsummaryrefslogtreecommitdiffstats
path: root/qt-ui/maintab.h
diff options
context:
space:
mode:
authorGravatar Tomaz Canabrava <tcanabrava@kde.org>2013-09-25 14:36:59 -0300
committerGravatar Tomaz Canabrava <tcanabrava@kde.org>2013-09-25 14:36:59 -0300
commit8ce5d91dfed3e147dce03d6bbfa117b48f9170da (patch)
treef7c9db59006a58b8de0e84602e9d98d52e9828d6 /qt-ui/maintab.h
parent94c8f64316969d775209c398c0ee1e5b4981e2c9 (diff)
downloadsubsurface-8ce5d91dfed3e147dce03d6bbfa117b48f9170da.tar.gz
Code cleanup - create a method for cleaning the Palette.
Code cleanup, create a method for cleaning the palette, less code is better in this case. :) Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org>
Diffstat (limited to 'qt-ui/maintab.h')
-rw-r--r--qt-ui/maintab.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-ui/maintab.h b/qt-ui/maintab.h
index af2ecc07c..5450c2d0e 100644
--- a/qt-ui/maintab.h
+++ b/qt-ui/maintab.h
@@ -94,6 +94,7 @@ private:
enum { NONE, DIVE, TRIP, ADD } editMode;
Completers completers;
void enableEdition();
+ void resetPallete();
};
#endif