2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

added localstorage to xcode project

This commit is contained in:
John Preston
2014-11-22 13:01:28 +03:00
parent 4a6b6fad77
commit 408b38b41f
4 changed files with 19 additions and 6 deletions

View File

@@ -1540,8 +1540,8 @@ HistoryWidget::HistoryWidget(QWidget *parent) : QWidget(parent)
, hiderOffered(false)
, _scrollDelta(0)
, _typingRequest(0)
, _saveDraftText(false)
, _saveDraftStart(0) {
, _saveDraftStart(0)
, _saveDraftText(false) {
_scroll.setFocusPolicy(Qt::NoFocus);
setAcceptDrops(true);

View File

@@ -57,7 +57,7 @@ namespace Local {
ClearManagerImages = 0x02,
};
class ClearManagerData;
struct ClearManagerData;
class ClearManager : public QObject {
Q_OBJECT