Files
qt-creator/tests/manual/ssh/sftp/parameters.h
2010-10-04 17:54:46 +02:00

15 lines
301 B
C

#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