Commit 0d3f6672 authored by Pierre-Antoine Rouby's avatar Pierre-Antoine Rouby
Browse files

configure: Remove useless comment.

Showing with 0 additions and 3 deletions
+0 -3
......@@ -22,11 +22,9 @@ class SolverTableModel(QAbstractTableModel):
self.headers = headers
def rowCount(self, parent):
# How many rows are there?
return len(self.rows)
def columnCount(self, parent):
# How many columns?
return len(self.headers)
def data(self, index, role):
......@@ -93,7 +91,6 @@ class ConfigureWindow(ASubWindow, ListedSubWindow):
self.connect()
def connect(self):
# File button
buttons = {
"pushButton_solver_add": self.add_solver,
"pushButton_solver_del": self.remove_solver,
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment