gui-qgsserversourceselect.cpp-mloskot-20060314.patch
| gui/qgsserversourceselect.cpp (working copy) | ||
|---|---|---|
| 283 | 283 | |
| 284 | 284 |
std::set<QString> QgsServerSourceSelect::crsForSelection() |
| 285 | 285 |
{
|
| 286 |
std::set<QString> crsCandidates;;
|
|
| 286 |
std::set<QString> crsCandidates; |
|
| 287 | 287 | |
| 288 |
// XXX - mloskot - temporary solution, function must return a value |
|
| 289 |
return crsCandidates; |
|
| 290 | ||
| 288 | 291 |
QStringList::const_iterator i; |
| 289 | 292 |
for (i = m_selectedLayers.constBegin(); i != m_selectedLayers.constEnd(); ++i) |
| 290 | 293 |
{
|