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

List:       kde-commits
Subject:    extragear/graphics/digikam/utilities/advancedrename/common
From:       Andi Clemens <andi.clemens () gmx ! net>
Date:       2009-11-23 16:58:56
Message-ID: 1258995536.352656.6314.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1053222 by aclemens:

polish

 M  +13 -13    parseresults.h  


--- trunk/extragear/graphics/digikam/utilities/advancedrename/common/parseresults.h #1053221:1053222
@@ -37,14 +37,14 @@
 {
 public:
 
-    typedef QPair<int, int>                 ResultsKey;
-    typedef QPair<QString, QString>         ResultsValue;
-    typedef QMap<ResultsKey, ResultsValue>  ResultsMap;
+    typedef QPair<int, int>                ResultsKey;
+    typedef QPair<QString, QString>        ResultsValue;
+    typedef QMap<ResultsKey, ResultsValue> ResultsMap;
 
 public:
 
-    ParseResults()   {};
-    ~ParseResults()  {};
+    ParseResults()  {};
+    ~ParseResults() {};
 
     void addEntry(const ResultsKey& key, const ResultsValue& value);
     void deleteEntry(const ResultsKey& key);
@@ -52,9 +52,9 @@
     QList<ResultsKey>   keys()   const;
     QList<ResultsValue> values() const;
 
-    QString result(const ResultsKey& key);
-    QString token(const ResultsKey& key);
-    int     offset(const ResultsKey& key);
+    QString    result(const ResultsKey& key);
+    QString    token(const ResultsKey& key);
+    int        offset(const ResultsKey& key);
 
     ResultsKey keyAtPosition(int pos);
     bool       hasKeyAtPosition(int pos);
@@ -62,13 +62,13 @@
     ResultsKey keyAtApproximatePosition(int pos);
     bool       hasKeyAtApproximatePosition(int pos);
 
-    bool isEmpty();
-    void clear();
-    void append(ParseResults& results);
+    bool       isEmpty();
+    void       clear();
+    void       append(ParseResults& results);
 
-    QString replaceTokens(const QString& markedString);
+    QString    replaceTokens(const QString& markedString);
 
-    void debug();
+    void       debug();
 
 private:
 
[prev in list] [next in list] [prev in thread] [next in thread] 

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