Files
qt-creator/tests/unit/unittest/data/complete_target_header_unsaved.h

9 lines
201 B
C
Raw Normal View History

#ifndef COMPLETE_TARGET_HEADER_UNSAVED_H
#define COMPLETE_TARGET_HEADER_UNSAVED_H
void FunctionInIncludedHeader();
void FunctionInIncludedHeaderUnsaved();
#endif // COMPLETE_TARGET_HEADER_UNSAVED_H