Prepare to release 1.4.1

update docs, update ui
deprecate description function
This commit is contained in:
arcan1s
2015-03-16 05:14:53 +03:00
parent 3f49988cef
commit a2b1d46900
17 changed files with 161 additions and 174 deletions

View File

@ -110,6 +110,12 @@ QString ControlAdaptor::SecurityDocs()
}
bool ControlAdaptor::SelfDestruct()
{
return SelfDestruct();
}
QStringList ControlAdaptor::Settings()
{
return helper->printSettings();

View File

@ -45,6 +45,7 @@ public slots:
QString LibraryDocs();
QString Pony();
QString SecurityDocs();
bool SelfDestruct();
QStringList Settings();
QStringList UIDs();
bool Update();