forked from qt-creator/qt-creator
Fixes: QTCREATORBUG-4686 Change-Id: If22078bb183910941d8e2a94b0e8629baa2fa8de Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
11 lines
104 B
C++
11 lines
104 B
C++
#ifndef FOOBAR2000_H
|
|
#define FOOBAR2000_H
|
|
|
|
class Baz {
|
|
public:
|
|
Baz() {}
|
|
};
|
|
|
|
#endif // FOOBAR2000_H
|
|
|