mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-02 17:37:26 -04:00
Compare commits
4 Commits
v0.14.1.1
...
release-v0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6ec45a819b | ||
|
|
ad8c3a153f | ||
|
|
22b22c22ea | ||
|
|
ba33649d7e |
@@ -17,7 +17,7 @@ if [ ! -d $MONERO_DIR/src ]; then
|
||||
fi
|
||||
git submodule update --remote
|
||||
git -C $MONERO_DIR fetch
|
||||
git -C $MONERO_DIR checkout v0.14.1.1
|
||||
git -C $MONERO_DIR checkout v0.14.1.2
|
||||
|
||||
# get monero core tag
|
||||
pushd $MONERO_DIR
|
||||
|
||||
@@ -147,7 +147,8 @@ void MoneroSettings::reset()
|
||||
{
|
||||
if (this->m_initialized && this->m_settings && !this->m_changedProperties.isEmpty())
|
||||
this->store();
|
||||
delete this->m_settings;
|
||||
if (this->m_settings)
|
||||
delete this->m_settings;
|
||||
}
|
||||
|
||||
void MoneroSettings::store()
|
||||
|
||||
@@ -72,7 +72,7 @@ private:
|
||||
void store();
|
||||
|
||||
QHash<const char *, QVariant> m_changedProperties;
|
||||
QSettings *m_settings;
|
||||
QSettings *m_settings = NULL;
|
||||
QString m_fileName = QString("");
|
||||
bool m_initialized = false;
|
||||
int m_timerId = 0;
|
||||
|
||||
Reference in New Issue
Block a user