[Kstars-devel] branches/kstars/summer/kstars/kstars/tools
Prakash Mohan
prak902000 at gmail.com
Thu Jul 16 10:40:18 CEST 2009
SVN commit 997641 by prakash:
Updating the date and time in the What's up tonight to the date and time in the observation planner when calling the slotWUT().
CCMAIL: kstars-devel at kde.org
M +3 -1 observinglist.cpp
--- branches/kstars/summer/kstars/kstars/tools/observinglist.cpp #997640:997641
@@ -730,7 +730,9 @@
}
void ObservingList::slotWUT() {
- QPointer<WUTDialog> w = new WUTDialog( ks, sessionView );
+ KStarsDateTime lt = dt;
+ lt.setTime( QTime(8,0,0) );
+ QPointer<WUTDialog> w = new WUTDialog( ks, sessionView, geo, lt );
w->exec();
delete w;
}
More information about the Kstars-devel
mailing list