smsapp: Ensure SmsCharCount has necessary headers included, remove unneeded default constructor
This commit is contained in:
parent
013ba537b5
commit
4e23978e1f
1 changed files with 2 additions and 3 deletions
|
@ -7,6 +7,8 @@
|
||||||
#ifndef CHARCOUNT_H
|
#ifndef CHARCOUNT_H
|
||||||
#define CHARCOUNT_H
|
#define CHARCOUNT_H
|
||||||
|
|
||||||
|
#include <QtTypes>
|
||||||
|
|
||||||
class SmsCharCount
|
class SmsCharCount
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
@ -29,9 +31,6 @@ public:
|
||||||
* Count of SMSes in concatenated SMS.
|
* Count of SMSes in concatenated SMS.
|
||||||
*/
|
*/
|
||||||
qint32 messages;
|
qint32 messages;
|
||||||
|
|
||||||
SmsCharCount() {};
|
|
||||||
~SmsCharCount() {};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // CHARCOUNT_H
|
#endif // CHARCOUNT_H
|
||||||
|
|
Loading…
Reference in a new issue