[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [elisa] src: remove unused class LocalBalooTrack
From:       Matthieu Gallien <null () kde ! org>
Date:       2016-12-31 15:19:13
Message-ID: E1cNLRB-0007tp-Ey () code ! kde ! org
[Download RAW message or body]

Git commit e64a1f189c84e0509dbd0953f9acb291424cc5e0 by Matthieu Gallien.
Committed on 31/12/2016 at 15:17.
Pushed by mgallien into branch 'master'.

remove unused class LocalBalooTrack

M  +0    -1    src/CMakeLists.txt
D  +0    -24   src/baloo/localbalootrack.cpp
D  +0    -50   src/baloo/localbalootrack.h

https://commits.kde.org/elisa/e64a1f189c84e0509dbd0953f9acb291424cc5e0

diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index f57babe..84ed13b 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -48,7 +48,6 @@ if (Qt5Quick_FOUND AND Qt5Widgets_FOUND)
             set(elisa_SOURCES
                 ${elisa_SOURCES}
                 baloo/localbaloofilelisting.cpp
-                baloo/localbalootrack.cpp
                 baloo/baloolistener.cpp
                 )
         endif()
diff --git a/src/baloo/localbalootrack.cpp b/src/baloo/localbalootrack.cpp
deleted file mode 100644
index 892155e..0000000
--- a/src/baloo/localbalootrack.cpp
+++ /dev/null
@@ -1,24 +0,0 @@
-/*
- * Copyright 2016 Matthieu Gallien <matthieu_gallien@yahoo.fr>
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Library General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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
- * Library General Public License for more details.
- *
- * You should have received a copy of the GNU Library General Public License
- * along with this library; see the file COPYING.LIB.  If not, write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA 02110-1301, USA.
- */
-
-#include "localbalootrack.h"
-
-LocalBalooTrack::LocalBalooTrack()
-{
-}
diff --git a/src/baloo/localbalootrack.h b/src/baloo/localbalootrack.h
deleted file mode 100644
index d1b3b51..0000000
--- a/src/baloo/localbalootrack.h
+++ /dev/null
@@ -1,50 +0,0 @@
-/*
- * Copyright 2016 Matthieu Gallien <matthieu_gallien@yahoo.fr>
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Library General Public
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or (at your option) any later version.
- *
- * This library 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
- * Library General Public License for more details.
- *
- * You should have received a copy of the GNU Library General Public License
- * along with this library; see the file COPYING.LIB.  If not, write to
- * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA 02110-1301, USA.
- */
-
-#ifndef LOCALBALOOTRACK_H
-#define LOCALBALOOTRACK_H
-
-#include <QtCore/QList>
-#include <QtCore/QHash>
-#include <QtCore/QString>
-#include <QtCore/QUrl>
-#include <QtCore/QMetaType>
-
-class LocalBalooTrack
-{
-public:
-    LocalBalooTrack();
-
-    QString mArtist;
-
-    QString mTitle;
-
-    QString mAlbum;
-
-    int mTrackNumber;
-
-    double mDuration = 0;
-
-    QUrl mFile;
-
-};
-
-Q_DECLARE_METATYPE(LocalBalooTrack)
-
-#endif // LOCALBALOOTRACK_H
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic