OSDN Git Service

[Build][Qt][SMC70] OOPS:Fixed FTBFS,
authorK.Ohta <whatisthis.sowhat@gmail.com>
Mon, 23 Jan 2017 19:20:24 +0000 (04:20 +0900)
committerK.Ohta <whatisthis.sowhat@gmail.com>
Mon, 23 Jan 2017 19:20:24 +0000 (04:20 +0900)
source/src/qt/machines/smc777/MainWindow.cpp

index 66cc868..8168a6b 100644 (file)
@@ -45,7 +45,7 @@ void META_MainWindow::retranslateUi(void)
        
 #if defined(_SMC70)
        menuBootMode->setTitle(QApplication::translate("MainWindow", "Auto Start SW:", 0));
-       menuBootMode->setToolTipsVisual(true);
+       menuBootMode->setToolTipsVisible(true);
        actionBootMode[0]->setText(QApplication::translate("MainWindow", "ROM", 0));
        actionBootMode[1]->setText(QApplication::translate("MainWindow", "Disk", 0));
        actionBootMode[2]->setText(QApplication::translate("MainWindow", "Off", 0));