Files
qt-creator/tests/manual/ssh/sftp/parameters.h

15 lines
301 B
C
Raw Normal View History

#ifndef PARAMETERS_H
#define PARAMETERS_H
#include <coreplugin/ssh/sshconnection.h>
struct Parameters {
Parameters() : sshParams(Core::SshConnectionParameters::DefaultProxy) {}
Core::SshConnectionParameters sshParams;
int smallFileCount;
int bigFileSize;
};
#endif // PARAMETERS_H