~mkas/mixxx/mysql

« back to all changes in this revision

Viewing changes to mixxx/src/library/sidebarmodel.h

  • Committer: MKas
  • Date: 2012-11-03 12:55:54 UTC
  • Revision ID: mkas@tux.lt-20121103125554-ez5ajqyk7bwehrp2
merge with trunk + sql fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
    int columnCount(const QModelIndex& parent = QModelIndex()) const;
31
31
    QVariant data(const QModelIndex& index,
32
32
                  int role = Qt::DisplayRole ) const;
33
 
    bool dropAccept(const QModelIndex& index, QUrl url);
 
33
    bool dropAccept(const QModelIndex& index, QList<QUrl> urls);
34
34
    bool dragMoveAccept(const QModelIndex& index, QUrl url);
35
35
    virtual bool hasChildren ( const QModelIndex & parent = QModelIndex() ) const;
36
36