summaryrefslogtreecommitdiff
path: root/src/gui/widgets/guitable.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-03-17 01:41:22 +0300
committerAndrei Karas <akaras@inbox.ru>2014-03-17 01:41:22 +0300
commit794ebb9ccd1b6605a03fee438abc1e4f2f7966c9 (patch)
tree9d89e6c1665cf6645d0e3673977ec150d357bd9d /src/gui/widgets/guitable.cpp
parent3c02e309bbe285f9fb625f20f55533ff0b22b3cc (diff)
downloadplus-794ebb9ccd1b6605a03fee438abc1e4f2f7966c9.tar.gz
plus-794ebb9ccd1b6605a03fee438abc1e4f2f7966c9.tar.bz2
plus-794ebb9ccd1b6605a03fee438abc1e4f2f7966c9.tar.xz
plus-794ebb9ccd1b6605a03fee438abc1e4f2f7966c9.zip
improve widget.
Diffstat (limited to 'src/gui/widgets/guitable.cpp')
-rw-r--r--src/gui/widgets/guitable.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/guitable.cpp b/src/gui/widgets/guitable.cpp
index 128281fe9..dc097c031 100644
--- a/src/gui/widgets/guitable.cpp
+++ b/src/gui/widgets/guitable.cpp
@@ -588,7 +588,7 @@ int GuiTable::getColumnForX(int x) const
return column;
}
-void GuiTable::_setFocusHandler(FocusHandler* focusHandler)
+void GuiTable::_setFocusHandler(FocusHandler *const focusHandler)
{
// add check for focusHandler. may be need remove it?