forked from qt-creator/qt-creator
API-Documentation: Add the Utils-library.
Fix API after doc template change.
This commit is contained in:
@@ -35,6 +35,12 @@
|
||||
|
||||
#define ASSERT_STATE(states) assertState(states, Q_FUNC_INFO)
|
||||
|
||||
/*!
|
||||
\class Utils::SshRemoteProcessRunner
|
||||
|
||||
\brief Convenience class for running a remote process over an SSH connection.
|
||||
*/
|
||||
|
||||
namespace Utils {
|
||||
|
||||
class SshRemoteProcessRunnerPrivate : public QObject
|
||||
|
||||
Reference in New Issue
Block a user