diff options
author | deva <deva> | 2006-05-20 14:35:59 +0000 |
---|---|---|
committer | deva <deva> | 2006-05-20 14:35:59 +0000 |
commit | dd8e7832c69a5ef484a2f3b6054a482d29275f85 (patch) | |
tree | 6865f4f18d8545a0edecbb3646f69039ccc82727 /client/control.h | |
parent | 60c43b0a065175a49ae0aa2b10280e893479889b (diff) |
*** empty log message ***
Diffstat (limited to 'client/control.h')
-rw-r--r-- | client/control.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/control.h b/client/control.h index f6b4599..cdc8bc4 100644 --- a/client/control.h +++ b/client/control.h @@ -39,7 +39,7 @@ public: ~Control(); void setCpr(QString cpr); - void getCpr(QString *cpr); + QString getCpr(); void freeze(); void unfreeze(); |