forked from qt-creator/qt-creator
8 lines
119 B
C
8 lines
119 B
C
|
|
#ifndef TRANSLATIONUNITS_H
|
||
|
|
#define TRANSLATIONUNITS_H
|
||
|
|
|
||
|
|
void FunctionInIncludedHeader();
|
||
|
|
|
||
|
|
#endif // TRANSLATIONUNITS_H
|
||
|
|
|