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

List:       kde-commits
Subject:    extragear/multimedia/amarok/src/widgets
From:       Teo Mrnjavac <teo.mrnjavac () gmail ! com>
Date:       2008-12-03 18:53:34
Message-ID: 1228330414.179003.22826.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 892181 by mrnjavac:

Style fixes, removed a fixed FIXME comment.


 M  +3 -3      FilenameLayoutWidget.cpp  
 M  +3 -3      FilenameLayoutWidget.h  


--- trunk/extragear/multimedia/amarok/src/widgets/FilenameLayoutWidget.cpp \
#892180:892181 @@ -143,7 +143,7 @@
     if( childUnder == 0 )
     {
         // if the bar is empty
-        if( !m_tokenCount )   
+        if( !m_tokenCount )
             addToken( textFromMimeData );
         
         //if the bar is not empty and I'm still not dropping on an existing token
@@ -177,7 +177,7 @@
                 }
                 
                 if( !childUnder )
-                    error() << "ERROR: childUnder is null";     //FIXME: I need to \
pick up Token*, not a member of his +                    error() << "ERROR: \
childUnder is null";  insertOverChild( childUnder, textFromMimeData, event );
             }
             else                                                                    \
//if I find a token, I'm done @@ -195,7 +195,7 @@
 }
 
 //Access for m_tokenCount
-uint
+unsigned int
 FilenameLayoutWidget::getTokenCount() const
 {
     return m_tokenCount;
--- trunk/extragear/multimedia/amarok/src/widgets/FilenameLayoutWidget.h \
#892180:892181 @@ -32,7 +32,7 @@
     public:
         FilenameLayoutWidget( QWidget *parent = 0 );
 
-        uint getTokenCount() const;
+        unsigned int getTokenCount() const;
         QString getParsableScheme() const;
 
     protected:
@@ -55,11 +55,11 @@
         void generateParsableScheme();
         void removeAllTokens();
 
-        QLabel      *m_infoText;        // text in the back of the empty \
FilenameLayoutWidget +        QLabel *m_infoText;        // text in the back of the \
                empty FilenameLayoutWidget
         QHBoxLayout *m_layout;          // main layout that holds the tokens
         
         QPoint  m_startPos;             // needed for initiating the drag
-        uint    m_tokenCount;
+        unsigned int m_tokenCount;
         QString m_parsableScheme;       // a string that TagGuesser will be able to \
use  };
 


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

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