|
|
|
@ -1544,9 +1544,8 @@ void TasksModel::syncLaunchers() |
|
|
|
|
|
|
|
|
|
|
|
std::tie(launcherUrl, activities) = deserializeLauncher(launcherUrlStr); |
|
|
|
std::tie(launcherUrl, activities) = deserializeLauncher(launcherUrlStr); |
|
|
|
|
|
|
|
|
|
|
|
for (int i = 0; i < d->launcherTasksModel->rowCount(); ++i) { |
|
|
|
for (int i = 0; i < rowCount(); ++i) { |
|
|
|
const QUrl &rowLauncherUrl = |
|
|
|
const QUrl &rowLauncherUrl = index(i, 0).data(AbstractTasksModel::LauncherUrlWithoutIcon).toUrl(); |
|
|
|
d->launcherTasksModel->index(i, 0).data(AbstractTasksModel::LauncherUrlWithoutIcon).toUrl(); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if (launcherUrlsMatch(launcherUrl, rowLauncherUrl, IgnoreQueryItems)) { |
|
|
|
if (launcherUrlsMatch(launcherUrl, rowLauncherUrl, IgnoreQueryItems)) { |
|
|
|
row = i; |
|
|
|
row = i; |
|
|
|
|