aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/objects/class_lineedit.h
diff options
context:
space:
mode:
authorGravatar Noldor2008-09-12 14:27:09 +0000
committerGravatar Noldor2008-09-12 14:27:09 +0000
commit0012f2217579f97bb20c6371be8a7921a2119a04 (patch)
treef375c2a315776f79c663a8192029eee35c567af2 /src/modules/objects/class_lineedit.h
parentfixed subversion message (diff)
downloadKVIrc-0012f2217579f97bb20c6371be8a7921a2119a04.tar.gz
KVIrc-0012f2217579f97bb20c6371be8a7921a2119a04.tar.bz2
KVIrc-0012f2217579f97bb20c6371be8a7921a2119a04.zip
QT4 new stuff and ftp/http(wip) new classes (lack of docs :\)
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2441 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/objects/class_lineedit.h')
-rw-r--r--src/modules/objects/class_lineedit.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/modules/objects/class_lineedit.h b/src/modules/objects/class_lineedit.h
index 60c95e576..36313cdeb 100644
--- a/src/modules/objects/class_lineedit.h
+++ b/src/modules/objects/class_lineedit.h
@@ -69,6 +69,8 @@ protected:
bool functiontextChangedEvent(KviKvsObjectFunctionCall *c);
+
+ bool functionsetInputValidator(KviKvsObjectFunctionCall *c);
protected slots:
void slotreturnPressed();
void slotlostFocus();