Changeset 75934 in vbox
- Timestamp:
- Dec 4, 2018 7:13:15 AM (6 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src/globals
- Files:
-
- 2 edited
-
UIDesktopWidgetWatchdog.cpp (modified) (1 diff)
-
UIDesktopWidgetWatchdog.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/globals/UIDesktopWidgetWatchdog.cpp
r72016 r75934 295 295 } 296 296 297 int UIDesktopWidgetWatchdog::primaryScreen() const 298 { 299 /* Redirect call to desktop-widget: */ 300 return QApplication::desktop()->primaryScreen(); 301 } 302 297 303 int UIDesktopWidgetWatchdog::screenNumber(const QWidget *pWidget) const 298 304 { -
trunk/src/VBox/Frontends/VirtualBox/src/globals/UIDesktopWidgetWatchdog.h
r71630 r75934 76 76 /** Returns the number of host-screens currently available on the system. */ 77 77 int screenCount() const; 78 79 /** Returns primary screen index. */ 80 int primaryScreen() const; 78 81 79 82 /** Returns the index of the screen which contains contains @a pWidget. */
Note:
See TracChangeset
for help on using the changeset viewer.

