forked from lubuwest/Friendiqa
v0.1
This commit is contained in:
parent
8d99b55818
commit
7e37546ae9
108 changed files with 6063 additions and 1450 deletions
21
source-android/common/quickandroid.h
Normal file
21
source-android/common/quickandroid.h
Normal file
|
@ -0,0 +1,21 @@
|
|||
#ifndef QUICKANDROID_H
|
||||
#define QUICKANDROID_H
|
||||
|
||||
#include <QtGlobal>
|
||||
/// Quick Android Context
|
||||
|
||||
class QuickAndroid
|
||||
{
|
||||
public:
|
||||
static void registerTypes();
|
||||
|
||||
/// Obtain the detected "dp" value.
|
||||
/** This function has been deprecated. Please use QADevice::dp()
|
||||
@deprecated.
|
||||
* @brief dp
|
||||
* @return The detected "dp" value
|
||||
*/
|
||||
static qreal dp();
|
||||
};
|
||||
|
||||
#endif // QUICKANDROID_H
|
Loading…
Add table
Add a link
Reference in a new issue