From bbbd1a48bbc54d3f4a172ce07f6e315403b13a64 Mon Sep 17 00:00:00 2001 From: Leo Franchi Date: Mon, 2 May 2011 18:22:40 -0400 Subject: [PATCH] add new welcomeplaylistmodel --- .../widgets/welcomeplaylistmodel.cpp | 157 ++++++++++++++++++ .../widgets/welcomeplaylistmodel.h | 56 +++++++ 2 files changed, 213 insertions(+) create mode 100644 src/libtomahawk/widgets/welcomeplaylistmodel.cpp create mode 100644 src/libtomahawk/widgets/welcomeplaylistmodel.h diff --git a/src/libtomahawk/widgets/welcomeplaylistmodel.cpp b/src/libtomahawk/widgets/welcomeplaylistmodel.cpp new file mode 100644 index 000000000..6068831e8 --- /dev/null +++ b/src/libtomahawk/widgets/welcomeplaylistmodel.cpp @@ -0,0 +1,157 @@ +/* + + Copyright (C) 2011 Leo Franchi + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License along + with this program; if not, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +*/ + + +#include "welcomeplaylistmodel.h" +#include +#include