Added toString() method.
This commit is contained in:
@ -1,11 +1,14 @@
|
||||
#ifndef GENERICCORE_H
|
||||
#define GENERICCORE_H
|
||||
|
||||
class QString;
|
||||
|
||||
class GenericCore {
|
||||
public:
|
||||
GenericCore();
|
||||
~GenericCore();
|
||||
|
||||
QString toString() const;
|
||||
void sayHello() const;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user