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

List:       kde-commits
Subject:    [kdepim] kmail: Move to cpp file
From:       Montel Laurent <montel () kde ! org>
Date:       2015-08-31 20:05:34
Message-ID: E1ZWVKg-0002rn-4M () scm ! kde ! org
[Download RAW message or body]

Git commit 0be46f81dd0f43fbaaab0b7f5bb2eb86ff1488b2 by Montel Laurent.
Committed on 31/08/2015 at 20:05.
Pushed by mlaurent into branch 'master'.

Move to cpp file

M  +10   -0    kmail/kmmainwidget.cpp
M  +2    -8    kmail/kmmainwidget.h

http://commits.kde.org/kdepim/0be46f81dd0f43fbaaab0b7f5bb2eb86ff1488b2

diff --git a/kmail/kmmainwidget.cpp b/kmail/kmmainwidget.cpp
index 49c96c5..e356186 100644
--- a/kmail/kmmainwidget.cpp
+++ b/kmail/kmmainwidget.cpp
@@ -932,6 +932,16 @@ void KMMainWidget::writeReaderConfig()
     }
 }
 
+KMReaderWin *KMMainWidget::messageView() const
+{
+    return mMsgView;
+}
+
+CollectionPane *KMMainWidget::messageListPane() const
+{
+    return mMessagePane;
+}
+
 //-----------------------------------------------------------------------------
 void KMMainWidget::deleteWidgets()
 {
diff --git a/kmail/kmmainwidget.h b/kmail/kmmainwidget.h
index f025f75..3ac80dd 100644
--- a/kmail/kmmainwidget.h
+++ b/kmail/kmmainwidget.h
@@ -125,15 +125,9 @@ public:
     void writeReaderConfig();
 
     /** Easy access to main components of the window. */
-    KMReaderWin *messageView() const
-    {
-        return mMsgView;
-    }
+    KMReaderWin *messageView() const;
     /** Access to the header list pane. */
-    CollectionPane *messageListPane() const
-    {
-        return mMessagePane;
-    }
+    CollectionPane *messageListPane() const;
 
     QSharedPointer<MailCommon::FolderCollection> currentFolder() const;
 
[prev in list] [next in list] [prev in thread] [next in thread] 

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