Skip to content

Commit

Permalink
test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
kaniol-lck committed Nov 26, 2021
1 parent 8c8a835 commit 30dfbdf
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
sudo apt update
sudo apt-get install -y libglew-dev libglfw3-dev
sudo apt-get install -y libaria2-0-dev libquazip5-dev
sudo apt install -y libgl-dev libx11-dev libxkbcommon-x11-dev libxcb-image0-dev libxcb-icccm4-dev libssl-dev libxcb-keysyms1 libxcb-render-util0 libxcb-xinerama0
sudo apt install -y libgl-dev libx11-dev libxkbcommon-x11-dev libxcb-util1 libxcb-image0-dev libxcb-icccm4-dev libssl-dev libxcb-keysyms1 libxcb-render-util0 libxcb-xinerama0
sudo apt install -y libprotobuf-dev protobuf-compiler protobuf-c-compiler libgrpc++-dev protobuf-compiler-grpc ninja-build fcitx-frontend-qt5 libcurl4-openssl-dev
- uses: actions/checkout@v2
with:
Expand Down
7 changes: 0 additions & 7 deletions src/ui/local/localmodbrowser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -422,13 +422,6 @@ LocalModPath *LocalModBrowser::modPath() const
return modPath_;
}

void LocalModBrowser::on_modListView_currentItemChanged(QListWidgetItem *current, QListWidgetItem *previous[[maybe_unused]])
{
if(!current) return;
auto mod = dynamic_cast<const LocalModSortItem*>(current)->mod();
infoWidget_->setMod(mod);
}

void LocalModBrowser::onItemSelected(const QModelIndex &index)
{
auto item = model_->itemFromIndex(index.siblingAtColumn(ModColumn));
Expand Down
1 change: 0 additions & 1 deletion src/ui/local/localmodbrowser.h
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ private slots:
void on_checkButton_clicked();
void on_updateAllButton_clicked();
void on_hideUpdatesButton_clicked();
void on_modListView_currentItemChanged(QListWidgetItem *current, QListWidgetItem *previous);
void onItemSelected(const QModelIndex &index);
void onItemDoubleClicked(const QModelIndex &index);
private:
Expand Down

0 comments on commit 30dfbdf

Please sign in to comment.