forked from qt-creator/qt-creator
Clang: Add isInPrecompiledHeader to the file status table
It will useful to find out if we have to wait for an updated precompiled header. Change-Id: I6a314f278485965571cc6e46982bbd6f5523c581 Reviewed-by: Ivan Donchevskii <ivan.donchevskii@qt.io>
This commit is contained in:
@@ -36,7 +36,7 @@ class PchManagerClient;
|
||||
class PchManagerNotifierInterface
|
||||
{
|
||||
public:
|
||||
PchManagerNotifierInterface(PchManagerClient &pchManagerClient);
|
||||
PchManagerNotifierInterface(PchManagerClient &pchManagerClientso);
|
||||
|
||||
virtual ~PchManagerNotifierInterface();
|
||||
virtual void precompiledHeaderUpdated(const QString &projectPartId,
|
||||
|
||||
Reference in New Issue
Block a user