Commit 2b8dd1ba authored by Claudio Valerio's avatar Claudio Valerio

removed two warnings

parent f404d942
...@@ -505,6 +505,7 @@ void UBApplicationController::showSankoreEditor() ...@@ -505,6 +505,7 @@ void UBApplicationController::showSankoreEditor()
void UBApplicationController::runCheckUpdate(int id, bool error) void UBApplicationController::runCheckUpdate(int id, bool error)
{ {
Q_UNUSED(id);
if(!error){ if(!error){
if(mFtp!=NULL) if(mFtp!=NULL)
delete mFtp; delete mFtp;
......
...@@ -604,7 +604,7 @@ QString UBNewFolderDlg::folderName() ...@@ -604,7 +604,7 @@ QString UBNewFolderDlg::folderName()
void UBNewFolderDlg::text_Changed(const QString &newText) void UBNewFolderDlg::text_Changed(const QString &newText)
{ {
Q_UNUSED(newText);
} }
/* /*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment