mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-17 16:11:12 +02:00
2021-10-27 Fred Gleason <fredg@paravelsystems.com>
* Refactored the 'Add Clock' dialog in rdlogmanager(1) to allow specification of the clock code as well as name. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -213,7 +213,7 @@ void EditGrid::aboutToShowData()
|
||||
|
||||
void EditGrid::editClockData()
|
||||
{
|
||||
std::vector<QString> new_clocks;
|
||||
QStringList new_clocks;
|
||||
|
||||
int dayofweek=edit_rightclick_id/24+1;
|
||||
int hour=edit_rightclick_id-24*(dayofweek-1);
|
||||
|
Reference in New Issue
Block a user