searchui/onlinehandler/inc/searchutility.h
changeset 12 993ab30e92fc
equal deleted inserted replaced
11:773be20e0a25 12:993ab30e92fc
       
     1 /*
       
     2  * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3  * All rights reserved.
       
     4  * This component and the accompanying materials are made available
       
     5  * under the terms of "Eclipse Public License v1.0""
       
     6  * which accompanies this distribution, and is available
       
     7  * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8  *
       
     9  * Initial Contributors:
       
    10  * Nokia Corporation - initial contribution.
       
    11  *
       
    12  * Contributors:
       
    13  *
       
    14  * Description:  
       
    15  *
       
    16  */
       
    17 #ifndef SEARCH_UTILITY_H
       
    18 #define SEARCH_UTILITY_H
       
    19 
       
    20 #include <QStringList>
       
    21 
       
    22 class SearchUtility
       
    23     {
       
    24 public:
       
    25     static QStringList drives();
       
    26     static QStringList pluginDirs();
       
    27     static QStringList SearchcfgDirs();
       
    28 
       
    29 private:
       
    30     SearchUtility();
       
    31     };
       
    32 
       
    33 #endif //SEARCH_UTILITY_H