mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-26 07:10:11 +01:00
Random Idiocy fixes
Compilation fixes due to idiocy as usual (apologies)
This commit is contained in:
@@ -670,7 +670,7 @@ void RDCartSlot::LogPlayout(RDPlayDeck::State state)
|
||||
datetime.setDate(datetime.date().addDays(-1));
|
||||
}
|
||||
if(!slot_svcname.isEmpty()) {
|
||||
QDateTime eventDateTime=QDateTime::QDateTime(datetime::date(),
|
||||
QDateTime eventDateTime(datetime.date(),
|
||||
slot_logline->startTime(RDLogLine::Actual));
|
||||
QString svctablename=slot_svcname;
|
||||
svctablename.replace(" ","_");
|
||||
|
||||
Reference in New Issue
Block a user