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

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

Git commit 5e75e246e35908725b142213dd0659b5d0e6a5ac by Jasem Mutlaq.
Committed on 31/08/2015 at 21:58.
Pushed by mutlaqja into branch 'gsoc2015-ekos'.

Use UTC for DetailDialog

M  +1    -1    kstars/dialogs/finddialog.cpp

http://commits.kde.org/kstars/5e75e246e35908725b142213dd0659b5d0e6a5ac

diff --git a/kstars/dialogs/finddialog.cpp b/kstars/dialogs/finddialog.cpp
index 1370720..0107b44 100644
--- a/kstars/dialogs/finddialog.cpp
+++ b/kstars/dialogs/finddialog.cpp
@@ -354,7 +354,7 @@ void FindDialog::keyPressEvent( QKeyEvent *e ) {
 void FindDialog::slotDetails()
 {
     if ( selectedObject() ) {
-        QPointer<DetailDialog> dd = new DetailDialog( selectedObject(), \
KStarsData::Instance()->lt(), KStarsData::Instance()->geo(), KStars::Instance()); +   \
QPointer<DetailDialog> dd = new DetailDialog( selectedObject(), \
KStarsData::Instance()->ut(), KStarsData::Instance()->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