Merge branch 'master' of github.com:royqh1979/RedPanda-CPP
This commit is contained in:
commit
0fb49389fa
|
@ -3693,8 +3693,8 @@ void Settings::CodeCompletion::setShowCodeIns(bool newShowCodeIns)
|
|||
|
||||
bool Settings::CodeCompletion::clearWhenEditorHidden()
|
||||
{
|
||||
MEMORYSTATUSEX statex;
|
||||
#ifdef Q_OS_WIN
|
||||
MEMORYSTATUSEX statex;
|
||||
statex.dwLength = sizeof (statex);
|
||||
|
||||
GlobalMemoryStatusEx (&statex);
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
redpanda-cpp (2.1-1) unstable; urgency=medium
|
||||
|
||||
* Update to 2.1
|
||||
|
||||
-- Roy Qu (瞿华) <royqh1979@gmail.com> Fri, 28 Oct 2022 16:38:00 +0800
|
||||
|
||||
redpanda-cpp (1.5-1) unstable; urgency=medium
|
||||
|
||||
* Update to 1.5
|
||||
|
|
Loading…
Reference in New Issue