Install SeisComP and scanloc ARM64 nightly packages

This commit is contained in:
Enrico Ellguth
2025-10-29 12:34:04 +00:00
parent 2ff097f9d1
commit 165b829fb7
606 changed files with 24438 additions and 16358 deletions

View File

@ -50,20 +50,22 @@ class SC_GUI_API SelectStation : public QDialog {
explicit SelectStation(Core::Time time, bool ignoreDisabledStations,
const QSet<QString> &blackList,
QWidget* parent = 0, Qt::WindowFlags f = Qt::WindowFlags());
~SelectStation();
QList<DataModel::Station*> selectedStations() const;
void setReferenceLocation(double lat, double lon);
protected:
void keyPressEvent(QKeyEvent *event) override;
private slots:
void listMatchingStations();
// ------------------------------------------------------------------
// Private Interface
// ------------------------------------------------------------------
private slots:
void listMatchingStations(const QString& substr);
private:
void init(Core::Time, bool ignoreDisabledStations,
const QSet<QString> *blackList);