Changeset 181 for smplayer/trunk/src/desktopinfo.h
- Timestamp:
- Aug 31, 2016, 5:31:04 PM (9 years ago)
- Location:
- smplayer/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
smplayer/trunk
- Property svn:mergeinfo changed
/smplayer/vendor/current merged: 179
- Property svn:mergeinfo changed
-
smplayer/trunk/src/desktopinfo.h
r176 r181 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.