Code review comment for lp://qastaging/~andreagrandi/unity-2d/main

Revision history for this message
Ugo Riboni (uriboni) wrote :

Or maybe even better:

if (event_type == G_FILE_MONITOR_EVENT_DELETED || event_type == G_FILE_MONITOR_EVENT_CREATED) {
    (static_cast<Trash*>(data))->fileChanged();
}

« Back to merge proposal