Skip to content

Commit

Permalink
Import from 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
simsekgokhan committed Sep 9, 2020
1 parent 4185b0b commit a0c7666
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/robomongo/core/settings/SettingsManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ namespace Robomongo
// be defined and placed into the vector initializer list below in order.
std::vector<QString> const SettingsManager::_configFilesOfOldVersions
{
QString("%1/.3T/robo-3t/1.4.0/robo3t.json").arg(QDir::homePath()), // CONFIG_FILE_1_4_0
QString("%1/.3T/robo-3t/1.3.1/robo3t.json").arg(QDir::homePath()), // CONFIG_FILE_1_3_1
QString("%1/.3T/robo-3t/1.3.0/robo3t.json").arg(QDir::homePath()), // CONFIG_FILE_1_3_0_BETA
QString("%1/.3T/robo-3t/1.2.1/robo3t.json").arg(QDir::homePath()), // CONFIG_FILE_1_2_1
Expand Down

0 comments on commit a0c7666

Please sign in to comment.