~ubuntu-branches/ubuntu/karmic/amarok/karmic

« back to all changes in this revision

Viewing changes to src/dialogs/EditFilterDialog.h

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2009-09-03 23:49:07 UTC
  • mfrom: (1.77.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20090903234907-rk4lt6hnxwckvuon
Tags: 2:2.1.80-0ubuntu1
New upstream beta release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/******************************************************************************
2
 
 * Copyright (C) 2006 Giovanni Venturi <giovanni@kde-it.org>                  *
3
 
 *                                                                            *
4
 
 * This program is free software; you can redistribute it and/or              *
5
 
 * modify it under the terms of the GNU General Public License as             *
6
 
 * published by the Free Software Foundation; either version 2 of             *
7
 
 * the License, or (at your option) any later version.                        *
8
 
 *                                                                            *
9
 
 * This program is distributed in the hope that it will be useful,            *
10
 
 * but WITHOUT ANY WARRANTY; without even the implied warranty of             *
11
 
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the              *
12
 
 * GNU General Public License for more details.                               *
13
 
 *                                                                            *
14
 
 * You should have received a copy of the GNU General Public License          *
15
 
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.      *
16
 
 ******************************************************************************/
 
1
/****************************************************************************************
 
2
 * Copyright (c) 2006 Giovanni Venturi <giovanni@kde-it.org>                            *
 
3
 *                                                                                      *
 
4
 * This program is free software; you can redistribute it and/or modify it under        *
 
5
 * the terms of the GNU General Public License as published by the Free Software        *
 
6
 * Foundation; either version 2 of the License, or (at your option) any later           *
 
7
 * version.                                                                             *
 
8
 *                                                                                      *
 
9
 * This program is distributed in the hope that it will be useful, but WITHOUT ANY      *
 
10
 * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A      *
 
11
 * PARTICULAR PURPOSE. See the GNU General Public License for more details.              *
 
12
 *                                                                                      *
 
13
 * You should have received a copy of the GNU General Public License along with         *
 
14
 * this program.  If not, see <http://www.gnu.org/licenses/>.                           *
 
15
 ****************************************************************************************/
17
16
 
18
17
#ifndef AMAROK_EDITFILTERDIALOG_H
19
18
#define AMAROK_EDITFILTERDIALOG_H
53
52
        QString m_filterText;          // the resulting filter string
54
53
        QString m_previousFilterText;  // the previous resulting filter string
55
54
        QString m_strPrefixNOT;        // is empty if no NOT prefix is needed else it's "-"
56
 
        
 
55
 
57
56
        // Cache lists for completion
58
57
        QStringList m_artists;
59
58
        QStringList m_albums;
 
59
        QStringList m_composers;
60
60
        QStringList m_genres;
61
 
        QStringList m_composers;
62
61
 
63
62
    private:
64
63
        void exclusiveSelectOf( int which );