diff options
author | Tomaz Canabrava <tcanabrava@kde.org> | 2013-09-25 14:36:59 -0300 |
---|---|---|
committer | Tomaz Canabrava <tcanabrava@kde.org> | 2013-09-25 14:36:59 -0300 |
commit | 8ce5d91dfed3e147dce03d6bbfa117b48f9170da (patch) | |
tree | f7c9db59006a58b8de0e84602e9d98d52e9828d6 /qt-ui/maintab.h | |
parent | 94c8f64316969d775209c398c0ee1e5b4981e2c9 (diff) | |
download | subsurface-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.h | 1 |
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 |