forked from qt-creator/qt-creator
Fix lupdate-warning in debuggeritem.
qt-creator/src/plugins/debugger/debuggerkitconfigwidget.cpp:140: Qualifying with unknown namespace/class ::DebuggerItem Change-Id: I470a5732cc9f030905ea666cd0bc30a2379d561c Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
@@ -125,8 +125,6 @@ public:
|
||||
QList<ProjectExplorer::Abi> abis;
|
||||
};
|
||||
|
||||
} // namespace Internal
|
||||
|
||||
DebuggerItem::DebuggerItem()
|
||||
{
|
||||
engineType = NoEngineType;
|
||||
@@ -217,6 +215,8 @@ void DebuggerItem::reinitializeFromFile()
|
||||
engineType = NoEngineType;
|
||||
}
|
||||
|
||||
} // namespace Internal
|
||||
|
||||
// --------------------------------------------------------------------------
|
||||
// DebuggerKitInformation
|
||||
// --------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user