application

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
DEN-7054: Addressed code review comments

    • -108
    • +106
    /sources/model/MWifiNetwork.h
RESOLVED

RESOLVED

RESOLVED

RESOLVED

RESOLVED

RESOLVED

RESOLVED

RESOLVED

Please move it to line 139

Please move it to line 139

Thanks for doing this. But that is not what I meant. Struct Data should only have basic data types which require to be sending between threads. What is implemented here is an immediate struct defin...

Thanks for doing this.
But that is not what I meant.
Struct Data should only have basic data types which require to be sending between threads.
What is implemented here is an immediate struct definition in a class which will be passed and is literally the same as a class and has the only overhead of a struct defined in the class.
Please use Data as the data and remove the functions from the struct Data.
I think the concept of having the struct Data is not clarified, let me know if I need to explain mor.

RESOLVED

RESOLVED

RESOLVED

RESOLVED

RESOLVED

RESOLVED

DEN-7147: Code Review 0

- DEN-7823: Meetings & Support - General Purpose - Kushen Pre-Treatment Images.

    • binary
    /resources/settings/instructions/slide1_filter_v2.png
    • binary
    /resources/settings/instructions/slide1_filter_v2b.png
RESOLVED

RESOLVED

Thanks. Are we going to need to review your merge commits as well?

Thanks. Are we going to need to review your merge commits as well?

RESOLVED.

RESOLVED.

RESOLVED.

RESOLVED.

it is an alias name for ISO/IEC_8859-1 character encoding standard. https://en.wikipedia.org/wiki/ISO/IEC_8859-1

it is an alias name for ISO/IEC_8859-1 character encoding standard.
https://en.wikipedia.org/wiki/ISO/IEC_8859-1

Why Latin1 and not Latin? Are there two or more Latins?

Why Latin1 and not Latin? Are there two or more Latins?

DEN-7521: Ensure static IP assignments display after reboot

Will '[' and ']' always be on the same line?

Will '[' and ']' always be on the same line?

Can this be deleted?

Can this be deleted?

Don't think prepend("/") is needed here since according to https://doc.qt.io/qt-5/qfileinfo.html#absolutePath, "On Unix the absolute path will always begin with the root, '/', directory."

Don't think prepend("/") is needed here since according to https://doc.qt.io/qt-5/qfileinfo.html#absolutePath, "On Unix the absolute path will always begin with the root, '/', directory."

If '=' is the last character or first character in the line this won't work

If '=' is the last character or first character in the line this won't work

This function only returns 0 so it can be void

This function only returns 0 so it can be void

Is there protection in case the file is being written to while you are trying to read it? Doesn't QSettings do all of this for us already?

Is there protection in case the file is being written to while you are trying to read it? Doesn't QSettings do all of this for us already?

Is this needed or can it be deleted?

Is this needed or can it be deleted?

I see, could you update the comment to say "other than only just logging" so it's clearer? I was totally confused by it

I see, could you update the comment to say "other than only just logging" so it's clearer? I was totally confused by it

These are test files for now. Later when we have a real file designed these will be replaced with some real names.

These are test files for now.
Later when we have a real file designed these will be replaced with some real names.

Is this class really needed? QSettings is already thread-safe. What does this class do that QSettings doesn't already do?

Is this class really needed? QSettings is already thread-safe. What does this class do that QSettings doesn't already do?

Docstrings are missing in this class

Docstrings are missing in this class

vGroup is being used so I think you can remove Q_UNUSED

vGroup is being used so I think you can remove Q_UNUSED