controlpanelui/src/tonefetcher/inc/tonefetcherutils.h
changeset 22 a5692c68d772
parent 19 36aa4756ee82
equal deleted inserted replaced
21:2883a5458389 22:a5692c68d772
    13  * 
    13  * 
    14  * Description:
    14  * Description:
    15  *     The header file for tone fetcher utilities.
    15  *     The header file for tone fetcher utilities.
    16  *     
    16  *     
    17  */
    17  */
       
    18 
    18 #ifndef TONEFETCHERUTILS_H
    19 #ifndef TONEFETCHERUTILS_H
    19 #define TONEFETCHERUTILS_H
    20 #define TONEFETCHERUTILS_H
    20 
    21 
    21 #include <QString>
    22 #include <QString>
    22 
    23 
    23 class ToneFetcherUtils
    24 class ToneFetcherUtils
    24 {
    25 {
    25 public:
    26 public:
    26      
    27     //replace '/' and '\' with QDir::separator()
    27     static QString normalizeSeperator(const QString &path);
    28     static QString normalizeSeperator(const QString &path);
    28 };
    29 };
    29 
    30 
    30 #endif
    31 #endif