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

List:       kde-commits
Subject:    [kstars/gsoc2015-ekos] kstars/tools: Use UTC for DetailDialog
From:       Jasem Mutlaq <mutlaqja () ikarustech ! com>
Date:       2015-08-31 22:02:22
Message-ID: E1ZWX9i-0006og-Pq () scm ! kde ! org
[Download RAW message or body]

Git commit 63261c2d4d9f521b3d9807bb88a372d14f52999b by Jasem Mutlaq.
Committed on 31/08/2015 at 22:00.
Pushed by mutlaqja into branch 'gsoc2015-ekos'.

Use UTC for DetailDialog

M  +1    -1    kstars/tools/observinglist.cpp

http://commits.kde.org/kstars/63261c2d4d9f521b3d9807bb88a372d14f52999b

diff --git a/kstars/tools/observinglist.cpp b/kstars/tools/observinglist.cpp
index dfe3ef6..5b0a703 100644
--- a/kstars/tools/observinglist.cpp
+++ b/kstars/tools/observinglist.cpp
@@ -596,7 +596,7 @@ void ObservingList::slotSlewToObject()
 //Should have one window whose target object changes with selection
 void ObservingList::slotDetails() {
     if ( currentObject() ) {
-        QPointer<DetailDialog> dd = new DetailDialog( currentObject(), \
KStarsData::Instance()->lt(), geo, KStars::Instance() ); +        \
QPointer<DetailDialog> dd = new DetailDialog( currentObject(), \
KStarsData::Instance()->ut(), geo, KStars::Instance() );  dd->exec();
         delete dd;
     }


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

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