Revert "Use consistent aliases for all icons."

This reverts commit 92e9c6606f.
This commit is contained in:
Dirk Hohndel 2017-11-29 14:04:52 -08:00
parent 13c6a55a96
commit 2747056889
26 changed files with 122 additions and 122 deletions

View file

@ -376,8 +376,8 @@ void DiveLocationModel::resetModel()
QVariant DiveLocationModel::data(const QModelIndex &index, int role) const
{
static const QIcon plusIcon(":list-add-icon");
static const QIcon geoCode(":geotag-icon");
static const QIcon plusIcon(":plus");
static const QIcon geoCode(":geocode");
if (index.row() <= 1) { // two special cases.
if (index.column() == UUID) {