forked from qt-creator/qt-creator
9 lines
201 B
C
9 lines
201 B
C
|
|
#ifndef COMPLETE_TARGET_HEADER_UNSAVED_H
|
||
|
|
#define COMPLETE_TARGET_HEADER_UNSAVED_H
|
||
|
|
|
||
|
|
void FunctionInIncludedHeader();
|
||
|
|
void FunctionInIncludedHeaderUnsaved();
|
||
|
|
|
||
|
|
#endif // COMPLETE_TARGET_HEADER_UNSAVED_H
|
||
|
|
|