summaryrefslogtreecommitdiffstats
path: root/src/liblastfm_qt4-test.cpp
blob: 270a800106bb1b98ec170f80acdccb8956b8f7b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
 * This file is part of MXE. See LICENSE.md for licensing information.
 */

#include <lastfm/Track.h>

int main()
{
    lastfm::MutableTrack track;
    track.setTitle("Track");

    return 0;
}