diff options
| author | 2015-08-23 03:48:14 +0200 | |
|---|---|---|
| committer | 2015-08-23 03:48:14 +0200 | |
| commit | b50559164d64ed3298d4c6da68a7e77f7101ff11 (patch) | |
| tree | e92425ac34fedbf088654d6c26ef9a3e3cd528e4 /src/modules/my/libkvimy.cpp | |
| parent | Register http and ftp classes also with Qt5 (diff) | |
| download | KVIrc-b50559164d64ed3298d4c6da68a7e77f7101ff11.tar.gz KVIrc-b50559164d64ed3298d4c6da68a7e77f7101ff11.tar.bz2 KVIrc-b50559164d64ed3298d4c6da68a7e77f7101ff11.zip | |
Port the Xss based idle time measurement tool to Qt5
Diffstat (limited to 'src/modules/my/libkvimy.cpp')
| -rw-r--r-- | src/modules/my/libkvimy.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/modules/my/libkvimy.cpp b/src/modules/my/libkvimy.cpp index c8ac52741..4f0e5fd5a 100644 --- a/src/modules/my/libkvimy.cpp +++ b/src/modules/my/libkvimy.cpp @@ -136,7 +136,8 @@ static bool my_kvs_cmd_stopIdleTimer(KviKvsModuleCommandCall *) @syntax: <int> $my.globalIdle() @description: - Returns the current user global idle time + Returns the current user global idle time. + You must execute [cmd]my.startIdleTimer[/cmd] before using this function. */ static bool my_kvs_fnc_globalIdle(KviKvsModuleFunctionCall * c) |
