forked from qt-creator/qt-creator
13 lines
101 B
C
13 lines
101 B
C
![]() |
// Copyright header
|
||
|
|
||
|
#ifndef BAR_H
|
||
|
#define BAR_H
|
||
|
|
||
|
class Bar
|
||
|
{
|
||
|
public:
|
||
|
Bar();
|
||
|
};
|
||
|
|
||
|
#endif // BAR_H
|