MessageInterpreter.cpp

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
DEN-1956: UI: Messaging -> Leahi UI Messaging Support

- Made the unhandled log only dynamic with symbol _L

  1. … 4 more files in changeset.
UI-DEN-12031_Leahi/Features/Den 12031 UI AM Models Nested Ifs
UI-DEN-12031_Leahi/Features/Den 12031 UI AM Models Nested Ifs
DEN-12031: Models nested ifs : Changed some more model source files

Updated all model-source files

  1. … 58 more files in changeset.
RESOLVED

RESOLVED

DEN-1956: UI: Messaging -> Leahi UI Messaging Support

- Added a ; at the end of the Q_UNUSED macro

DEN-1956: UI: Messaging -> Leahi UI Messaging Support

- Addressed the code review comment by using Q_UNUSED macro

Done

Done

Please modify the following line: QVariantList tempForConsuming = vData; // To consume vData to the: Q_UNUSED(vData); // or (void)vData; please use the former to be consistent wit...

Please modify the following line:

    QVariantList tempForConsuming = vData; // To consume vData

to the:

    Q_UNUSED(vData);
    // or
    (void)vData;

please use the former to be consistent with Qt coding standard.

DEN-1956: UI: Messaging -> Leahi UI Messaging Support

- Added BYPASS_TO_UNHANDLED #define to support Leahi preliminary logging.

UI-LEAH-1956_Leahi/Features/Leah 1956 UI Messaging Leahi UI Messaging Support
UI-LEAH-1956_Leahi/Features/Leah 1956 UI Messaging Leahi UI Messaging Support
UI-DEN-SUNRISE
UI-DEN-SUNRISE
UI-DEN-16899_Release/Stagingmerge Den 16899 UI BN R13 Build
UI-DEN-16899_Release/Stagingmerge Den 16899 UI BN R13 Build
Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

  1. … 31 more files in changeset.
RESOLVED

RESOLVED

RESOLVED

RESOLVED

RESOLVED

RESOLVED

RESOLVED

RESOLVED