This website requires JavaScript.
Explore
Help
Sign In
feedc0de
/
qt-creator
Watch
1
Star
0
Fork
0
You've already forked qt-creator
forked from
qt-creator/qt-creator
Code
Pull Requests
Activity
Files
c6ea342bc8f71677ccb36e812bb9cbbbb19d71d1
qt-creator
/
tests
/
cppmodelmanager
/
testdata_project1
/
foo.h
10 lines
69 B
C
Raw
Normal View
History
Unescape
Escape
CppTools: Fix snapshot in case another project is opened When a second project was opened the snapshot was reset. That resulted in all kinds of problems since from then on the code model effectively was not aware of the files of the first project. The regression was introduced by commit a0d6df7b. Change-Id: I1ccc9de68177205b49a4ba8ead2bc8abe4592b32 Reviewed-by: Fawzi Mohamed <fawzi.mohamed@digia.com>
2013-06-28 11:26:02 +02:00
// Copyright header
Wholesale conversion to #pragma once Kudos to cgmb and https://github.com/cgmb/guardonce Change-Id: Ifa8970734b8d43fd08c9260c645bdb0228633791 Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
2016-03-18 07:55:01 +01:00
#
pragma once
CppTools: Fix snapshot in case another project is opened When a second project was opened the snapshot was reset. That resulted in all kinds of problems since from then on the code model effectively was not aware of the files of the first project. The regression was introduced by commit a0d6df7b. Change-Id: I1ccc9de68177205b49a4ba8ead2bc8abe4592b32 Reviewed-by: Fawzi Mohamed <fawzi.mohamed@digia.com>
2013-06-28 11:26:02 +02:00
class
Foo
{
public
:
Foo
(
)
;
}
;
Copy Permalink