More warning fixes
This commit is contained in:
parent
71b03da3ea
commit
d693df6339
@ -280,7 +280,7 @@ void RclMain::execRTITool()
|
|||||||
{
|
{
|
||||||
showRTITool(true);
|
showRTITool(true);
|
||||||
}
|
}
|
||||||
void RclMain::showRTITool(bool modal)
|
void RclMain::showRTITool(bool)
|
||||||
{
|
{
|
||||||
#ifndef _WIN32
|
#ifndef _WIN32
|
||||||
LOGDEB("showRTITool()\n" );
|
LOGDEB("showRTITool()\n" );
|
||||||
|
|||||||
@ -154,7 +154,7 @@ void ViewAction::onCurrentItemChanged(QTableWidgetItem *item, QTableWidgetItem *
|
|||||||
void ViewAction::editActions()
|
void ViewAction::editActions()
|
||||||
{
|
{
|
||||||
QString action0;
|
QString action0;
|
||||||
int except0 = -1;
|
bool except0 = false;
|
||||||
|
|
||||||
set<string> viewerXs = theconfig->getMimeViewerAllEx();
|
set<string> viewerXs = theconfig->getMimeViewerAllEx();
|
||||||
vector<string> mtypes;
|
vector<string> mtypes;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user