- Timestamp:
- Dec 14, 2008 3:59:50 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox4/include/VBoxConsoleWnd.h
r15467 r15469 93 93 return isTrueFullscreen() || isTrueSeamless(); 94 94 #else /* Q_WS_MAC */ 95 return QMainWindow::isFull screen();95 return QMainWindow::isFullScreen(); 96 96 #endif /* Q_WS_MAC */ 97 97 }
Note:
See TracChangeset
for help on using the changeset viewer.