forked from qt-creator/qt-creator
s/RemoteLinux/ProjectExplorer in comments
Change-Id: Ic17525603cd100fa2014d92ed8203e91ea11713d Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -67,6 +67,6 @@ private:
|
|||||||
Internal::DeviceProcessesDialogPrivate * const d;
|
Internal::DeviceProcessesDialogPrivate * const d;
|
||||||
};
|
};
|
||||||
|
|
||||||
} // namespace RemoteLinux
|
} // namespace ProjectExplorer
|
||||||
|
|
||||||
#endif // REMOTELINUXPROCESSESDIALOG_H
|
#endif // DEVICEPROCESSESDIALOG_H
|
||||||
|
@@ -293,4 +293,4 @@ void LocalProcessList::reportDelayedKillStatus()
|
|||||||
}
|
}
|
||||||
|
|
||||||
} // namespace Internal
|
} // namespace Internal
|
||||||
} // namespace RemoteLinux
|
} // namespace ProjectExplorer
|
||||||
|
@@ -65,6 +65,6 @@ private:
|
|||||||
};
|
};
|
||||||
|
|
||||||
} // namespace Internal
|
} // namespace Internal
|
||||||
} // namespace RemoteLinux
|
} // namespace ProjectExplorer
|
||||||
|
|
||||||
#endif // LOCALPROCESSLIST_H
|
#endif // LOCALPROCESSLIST_H
|
||||||
|
Reference in New Issue
Block a user