Index: sources/device/DeviceView.cpp =================================================================== diff -u -r0e122c98700951af539d9f47c5578e26d640fcc7 -rc73feffa73c7fe073a7a7581144f5806dfc91beb --- sources/device/DeviceView.cpp (.../DeviceView.cpp) (revision 0e122c98700951af539d9f47c5578e26d640fcc7) +++ sources/device/DeviceView.cpp (.../DeviceView.cpp) (revision c73feffa73c7fe073a7a7581144f5806dfc91beb) @@ -70,10 +70,6 @@ // DEBUG : qDebug() << "HERE Request" << vValue; DeviceCryptSetupRequestData data; data.mCommand = vCommand; - //FIXME:Change this to get it from the encryptString - // Currently located in the QString VSettings::encryptString(const QString &vString) - // Which has to be moved to a better global class. - data.mPassword = "_0.aBc.0_"; emit didAttributeRequest(data); }