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

List:       kde-commits
Subject:    KDE/kdelibs/plasma/private
From:       Aaron J. Seigo <aseigo () kde ! org>
Date:       2010-09-22 8:56:15
Message-ID: 20100922090131.A3D06AC888 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1178169 by aseigo:

the header part of that commit


 M  +4 -1      focusindicator_p.h  


--- trunk/KDE/kdelibs/plasma/private/focusindicator_p.h #1178168:1178169
@@ -33,7 +33,8 @@
 {
     Q_OBJECT
 public:
-    FocusIndicator(QGraphicsWidget *parent = 0, QString widget = "widgets/lineedit");
+    FocusIndicator(QGraphicsWidget *parent, const QString &widget);
+    FocusIndicator(QGraphicsWidget *parent, FrameSvg *svg);
     ~FocusIndicator();
 
     void setCustomGeometry(const QRectF &geometry);
@@ -50,6 +51,7 @@
     void syncGeometry();
 
 private:
+    void init(QGraphicsWidget *parent); 
     QGraphicsWidget *m_parent;
     Plasma::FrameSvg *m_background;
     Animation *m_fade;
@@ -57,6 +59,7 @@
     QRectF m_customGeometry;
     QString m_prefix;
     QString m_customPrefix;
+    QString m_testPrefix;
     bool m_isUnderMouse;
 };
 }
[prev in list] [next in list] [prev in thread] [next in thread] 

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