mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-24 19:02:59 +00:00
minor cleanup
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
This commit is contained in:
parent
73bf314fef
commit
897948f220
1 changed files with 0 additions and 4 deletions
|
@ -69,10 +69,6 @@ QT_BEGIN_NAMESPACE
|
|||
|
||||
Q_GUI_EXPORT extern bool qt_scaleForTransform(const QTransform &transform, qreal *scale); // qtransform.cpp
|
||||
|
||||
#define qreal_to_fixed_26_6(f) (int(f * 64))
|
||||
#define qt_swap_int(x, y) { int tmp = (x); (x) = (y); (y) = tmp; }
|
||||
#define qt_swap_qreal(x, y) { qreal tmp = (x); (x) = (y); (y) = tmp; }
|
||||
|
||||
// #define QT_DEBUG_DRAW
|
||||
#ifdef QT_DEBUG_DRAW
|
||||
void dumpClip(int width, int height, const QClipData *clip);
|
||||
|
|
Loading…
Add table
Reference in a new issue