Using qDebug() instead of iostream::cout(). And formatted files with clangformat.
This commit is contained in:
@ -1,13 +1,12 @@
|
||||
#ifndef GENERICCORE_H
|
||||
#define GENERICCORE_H
|
||||
|
||||
class GenericCore
|
||||
{
|
||||
public:
|
||||
GenericCore();
|
||||
~GenericCore();
|
||||
class GenericCore {
|
||||
public:
|
||||
GenericCore();
|
||||
~GenericCore();
|
||||
|
||||
void sayHello() const;
|
||||
void sayHello() const;
|
||||
};
|
||||
|
||||
#endif // GENERICCORE_H
|
||||
#endif // GENERICCORE_H
|
||||
|
||||
Reference in New Issue
Block a user