diff options
author | senator <senator> | 2008-03-18 12:38:10 +0000 |
---|---|---|
committer | senator <senator> | 2008-03-18 12:38:10 +0000 |
commit | b275f9c20d283c4d45fb08d4c306c8481d54565d (patch) | |
tree | 1f440431d637e42659f7f6afc37b38c7f6aa3322 /client/macro.h | |
parent | a6c5f2f2db35be2bc3052c02f75f20729ce4f923 (diff) |
set command line behaviour to use macro, cpr and user
Diffstat (limited to 'client/macro.h')
-rw-r--r-- | client/macro.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/macro.h b/client/macro.h index 9863d3a..a3fadf5 100644 --- a/client/macro.h +++ b/client/macro.h @@ -36,6 +36,6 @@ protected: bool eventFilter( QObject *o, QEvent *e ); }; -void new_macro(QString name); +void new_macro(QString name, QString cpr, QString user); #endif/*__PRACRO_MACRO_H__*/ |