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

List:       kde-commits
Subject:    [calligra/krita-sketch-rempt] krita/sketch: fix whitespace
From:       Boudewijn Rempt <boud () valdyas ! org>
Date:       2012-08-31 18:54:34
Message-ID: 20120831185434.BD475A60D1 () git ! kde ! org
[Download RAW message or body]

Git commit 99149d14679f67c1682a21f30009f5b0ec6e4a74 by Boudewijn Rempt.
Committed on 31/08/2012 at 20:54.
Pushed by rempt into branch 'krita-sketch-rempt'.

fix whitespace

M  +11   -11   krita/sketch/MainWindow.cpp

http://commits.kde.org/calligra/99149d14679f67c1682a21f30009f5b0ec6e4a74

diff --git a/krita/sketch/MainWindow.cpp b/krita/sketch/MainWindow.cpp
index 670a2f3..92de296 100644
--- a/krita/sketch/MainWindow.cpp
+++ b/krita/sketch/MainWindow.cpp
@@ -63,11 +63,11 @@
 =

 class MainWindow::Private
 {
-    public:
-        QDeclarativeView* view;
-        Constants* constants;
-        QObject* settings;
-        RecentFileManager *recentFileManager;
+public:
+    QDeclarativeView* view;
+    Constants* constants;
+    QObject* settings;
+    RecentFileManager *recentFileManager;
 };
 =

 MainWindow::MainWindow(QStringList fileNames, QWidget* parent, Qt::WindowF=
lags flags )
@@ -127,15 +127,15 @@ MainWindow::MainWindow(QStringList fileNames, QWidget=
* parent, Qt::WindowFlags f
     d->view->setSource(QUrl::fromLocalFile(KStandardDirs::locate("appdata"=
, "qml/main.qml")));
     d->view->setResizeMode( QDeclarativeView::SizeRootObjectToView );
 =

-//     if (d->view->errors().count() > 0) {
-//         foreach(const QDeclarativeError &error, d->view->errors()) {
-//             qDebug() << error.toString();
-//         }
-//     }
+    //     if (d->view->errors().count() > 0) {
+    //         foreach(const QDeclarativeError &error, d->view->errors()) {
+    //             qDebug() << error.toString();
+    //         }
+    //     }
 =

 =

 =

-//    d->view->setViewport(kisView->canvas());
+    //    d->view->setViewport(kisView->canvas());
 =

     setCentralWidget( d->view );
 }
[prev in list] [next in list] [prev in thread] [next in thread] 

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