NOISSUE reorganize and document libraries
This commit is contained in:
16
api/logic/net/URLConstants.cpp
Normal file
16
api/logic/net/URLConstants.cpp
Normal file
@ -0,0 +1,16 @@
|
||||
#include "URLConstants.h"
|
||||
|
||||
namespace URLConstants {
|
||||
|
||||
QString getLegacyJarUrl(QString version)
|
||||
{
|
||||
return "http://" + AWS_DOWNLOAD_VERSIONS + getJarPath(version);
|
||||
}
|
||||
|
||||
QString getJarPath(QString version)
|
||||
{
|
||||
return version + "/" + version + ".jar";
|
||||
}
|
||||
|
||||
|
||||
}
|
Reference in New Issue
Block a user