ubuntu-touch-coreapps-reviewers team mailing list archive
-
ubuntu-touch-coreapps-reviewers team
-
Mailing list archive
-
Message #01805
Re: [Merge] lp:~carlos-mazieri/ubuntu-filemanager-app/samba-browsing-07 into lp:ubuntu-filemanager-app
Review: Approve
Instead of using "static QByteArray m_AuthUser[MAX_AUTH_INSTANCES];" modern C++ prefers using unnamed namespaces, for example:
namespace {
QByteArray m_AuthUser[MAX_AUTH_INSTANCES];
QByteArray m_AuthPass[MAX_AUTH_INSTANCES];
void * m_instances[MAX_AUTH_INSTANCES];
}
--
https://code.launchpad.net/~carlos-mazieri/ubuntu-filemanager-app/samba-browsing-07/+merge/252976
Your team Ubuntu File Manager Developers is subscribed to branch lp:ubuntu-filemanager-app.
References