Changeset 179 for smplayer/vendor/current/src/desktopinfo.h
- Timestamp:
- Aug 31, 2016, 5:19:25 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
smplayer/vendor/current/src/desktopinfo.h
r175 r179 22 22 23 23 #include <QSize> 24 #include <QPoint> 24 25 25 26 class QWidget; … … 33 34 //! Returns true if the widget is inside the current screen 34 35 static bool isInsideScreen(QWidget *w); 36 37 static QPoint topLeftPrimaryScreen(); 35 38 }; 36 39
Note:
See TracChangeset
for help on using the changeset viewer.