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

List:       kde-commits
Subject:    kdenonbeta/kdedebian/kapture/libkapture
From:       Peter Rockai <mornfall () logisys ! dyndns ! org>
Date:       2005-01-28 16:57:24
Message-ID: 20050128165724.269381B320 () office ! kde ! org
[Download RAW message or body]

CVS commit by mornfall: 

Reindent.


  M +47 -44    kapturemanager.h   1.20
  M +2 -1      summaryview.cpp   1.11


--- kdenonbeta/kdedebian/kapture/libkapture/kapturemanager.h  #1.19:1.20
@@ -1,3 +1,3 @@
-/*
+/* -*- C++ -*-
  * kapturemanager.h
  *
@@ -16,21 +16,21 @@
 
 namespace aptFront {
-    class TreeNode;
-    class Tree;
+class TreeNode;
+class Tree;
 }
 
 namespace kapture {
 
-    class AcqStatus;
-    class AcqStatusDialog;
-    class CommitStatus;
-    class PkgSystem;
+class AcqStatus;
+class AcqStatusDialog;
+class CommitStatus;
+class PkgSystem;
 
-    class KaptureManager: public QObject
-    {
+class KaptureManager: public QObject
+{
         Q_OBJECT
-        public:
-            static KaptureManager *inst ()
-            {
+
+public:
+    static KaptureManager *inst () {
                 if (s_inst)
                     return s_inst;
@@ -43,5 +43,6 @@ namespace kapture {
             AcqStatus *acqStatus () { return m_acqStatus; };
             void setAcqStatus (AcqStatus *s) { m_acqStatus = s; };
-        public slots:
+
+public slots:
             void setTopWidget (QWidget *);
             void update ();
@@ -52,8 +53,10 @@ namespace kapture {
             void setNotifyLevel (NotifyLevel l) { m_notifyLevel = l; };
             void notify (NotifyLevel l, QString msg);
-        signals:
+
+signals:
             void downloadStarting ();
             void installStarting ();
-        protected:
+
+protected:
             KaptureManager (int);
             static KaptureManager *s_inst;
@@ -62,5 +65,5 @@ namespace kapture {
             kapture::PkgSystem *m_pkgSystem;
             AcqStatus *m_acqStatus;
-    };
+};
 
 }

--- kdenonbeta/kdedebian/kapture/libkapture/summaryview.cpp  #1.10:1.11
@@ -38,5 +38,6 @@ void SummaryView::refresh ()
 }
 
-void SummaryView::cacheWriteableChange () {
+void SummaryView::cacheWriteableChange ()
+{
     /* bool w = PkgManager::cacheWriteable ();
     m_bUpdate -> setEnabled (w);


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

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