QSkinny
0.8.0
C++/Qt UI toolkit
Loading...
Searching...
No Matches
QskAnimationHint.cpp
1
/******************************************************************************
2
* QSkinny - Copyright (C) The authors
3
* SPDX-License-Identifier: BSD-3-Clause
4
*****************************************************************************/
5
6
#include "QskAnimationHint.h"
7
8
#ifndef QT_NO_DEBUG_STREAM
9
10
#include <qdebug.h>
11
12
QDebug operator<<( QDebug debug,
const
QskAnimationHint
& hint )
13
{
14
QDebugStateSaver saver( debug );
15
debug.nospace();
16
17
debug <<
"AnimationHint"
<<
'('
;
18
debug << hint.duration <<
','
<< hint.type <<
','
<< hint.updateFlags;
19
debug <<
')'
;
20
21
return
debug;
22
}
23
24
#endif
QskAnimationHint
Definition
QskAnimationHint.h:15
src
controls
QskAnimationHint.cpp
Generated by
1.9.8