forked from qt-creator/qt-creator
SSH: set correct attributes when uploading a file.
Change-Id: I59484d5e66491e8941992abdd2a478364ec258a7 Reviewed-on: http://codereview.qt.nokia.com/710 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
This commit is contained in:
@@ -38,14 +38,6 @@
|
||||
namespace Utils {
|
||||
namespace Internal {
|
||||
|
||||
namespace {
|
||||
const int SSH_FILEXFER_ATTR_SIZE = 0x00000001;
|
||||
const int SSH_FILEXFER_ATTR_UIDGID = 0x00000002;
|
||||
const int SSH_FILEXFER_ATTR_PERMISSIONS = 0x00000004;
|
||||
const int SSH_FILEXFER_ATTR_ACMODTIME = 0x00000008;
|
||||
const int SSH_FILEXFER_ATTR_EXTENDED = 0x80000000;
|
||||
} // anonymous namespace
|
||||
|
||||
SftpIncomingPacket::SftpIncomingPacket() : m_length(0)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user