api.h
author insilmaril
Tue Jul 19 14:44:30 2005 +0000 (2005-07-19)
changeset 129 9b9c7e8b9147
child 133 c7393c51640a
permissions -rw-r--r--
enhanced dragdrop, speedup for moving branches
     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