api.h
author insilmaril
Fri, 22 Jul 2005 15:38:06 +0000
changeset 131 16b250a57c17
parent 105 67a91e28b30f
child 133 c7393c51640a
permissions -rw-r--r--
reactivated experimental ASCII export, more changes in undo system
     1 #ifndef API_H
     2 #define API_H
     3 
     4 #include <qstring.h>
     5 
     6 class API
     7 {
     8 public:
     9 	void parseCommand (const QString&, QString &, QString &);
    10 	void getString (const QString&, QString &);
    11 };
    12 
    13 #endif