summaryrefslogtreecommitdiff
path: root/src/activeqt/shared/qaxutils_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/activeqt/shared/qaxutils_p.h')
-rw-r--r--src/activeqt/shared/qaxutils_p.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/activeqt/shared/qaxutils_p.h b/src/activeqt/shared/qaxutils_p.h
index f2576c1..bb73c16 100644
--- a/src/activeqt/shared/qaxutils_p.h
+++ b/src/activeqt/shared/qaxutils_p.h
@@ -65,16 +65,7 @@ class QRect;
class QRegion;
class QWindow;
-enum HBitmapFormat
-{
- HBitmapNoAlpha,
- HBitmapPremultipliedAlpha,
- HBitmapAlpha
-};
-
HWND hwndForWidget(QWidget *widget);
-HBITMAP qaxPixmapToWinHBITMAP(const QPixmap &p, HBitmapFormat format = HBitmapNoAlpha);
-QPixmap qaxPixmapFromWinHBITMAP(HBITMAP bitmap, HBitmapFormat format = HBitmapNoAlpha);
HRGN qaxHrgnFromQRegion(QRegion region, const QWindow *window);
typedef QPair<qreal, qreal> QDpi;