~libqtelegram-team/telegram-app/qml-plugin

« back to all changes in this revision

Viewing changes to qmlplugin/models/messagesview.h

  • Committer: Roberto Mier Escandón
  • Date: 2014-08-21 11:00:12 UTC
  • mfrom: (195.1.1 bugfix-1359669)
  • Revision ID: rmescandon@gmail.com-20140821110012-d97zxvnzquj70uzp
MERGED lp:~rmescandon/libqtelegram/bugfix-1359669

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
    Q_OBJECT
28
28
 
29
29
public:
30
 
    MessagesView(qint32 dialogId, bool isChat, QObject *parent = 0);
 
30
    MessagesView(qint32 dialogId, qint32 peerType, QObject *parent = 0);
31
31
    ~MessagesView();
32
32
 
33
33
    QList<MessageItem> nextPage();