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

List:       kde-commits
Subject:    [kdenlive] src/core: Use qlatin1String
From:       Montel Laurent <montel () kde ! org>
Date:       2013-06-09 18:52:10
Message-ID: 20130609185210.68071A605A () git ! kde ! org
[Download RAW message or body]

Git commit e85c4c894059715eb4b8d3f3ac81610995f8f849 by Montel Laurent.
Committed on 09/06/2013 at 20:51.
Pushed by mlaurent into branch 'master'.

Use qlatin1String

M  +0    -1    src/core/mainwindow.h
M  +1    -1    src/core/undoview.cpp

http://commits.kde.org/kdenlive/e85c4c894059715eb4b8d3f3ac81610995f8f849

diff --git a/src/core/mainwindow.h b/src/core/mainwindow.h
index ee1304f..4fe2272 100644
--- a/src/core/mainwindow.h
+++ b/src/core/mainwindow.h
@@ -71,7 +71,6 @@ private:
     =

     /** @brief Creates the GUI actions, that needs to be done after callin=
g setupGUI(). */
     void createActions();
-    =

 };
 =

 #endif
diff --git a/src/core/undoview.cpp b/src/core/undoview.cpp
index 0f4a7a1..08e930e 100644
--- a/src/core/undoview.cpp
+++ b/src/core/undoview.cpp
@@ -19,7 +19,7 @@ the Free Software Foundation, either version 3 of the Lic=
ense, or
 UndoView::UndoView(QWidget* parent) :
     QUndoView(parent)
 {
-    setCleanIcon(KIcon("edit-clear"));
+    setCleanIcon(KIcon(QLatin1String("edit-clear")));
     setEmptyLabel(i18n("Clean"));
 =

     connect(pCore->projectManager(), SIGNAL(projectOpened(Project*)), this=
, SLOT(setProject(Project*)));
[prev in list] [next in list] [prev in thread] [next in thread] 

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