controlpanelui/src/tonefetcher/inc/tonefetcherutils.h
changeset 25 19394c261aa5
parent 14 23411a3be0db
equal deleted inserted replaced
24:f5dfdd5e4a1b 25:19394c261aa5
    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