mirror of
https://gitee.com/bianbu-linux/linux-6.6
synced 2025-04-26 14:17:26 -04:00
perf scripts python: call-graph-from-sql.py: Remove use of setObjectName()
The object name is never used, so don't bother setting it. Signed-off-by: Adrian Hunter <adrian.hunter@intel.com> Cc: Andi Kleen <ak@linux.intel.com> Cc: Jiri Olsa <jolsa@redhat.com> Link: http://lkml.kernel.org/r/20181001062853.28285-9-adrian.hunter@intel.com Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
This commit is contained in:
parent
5f9dfef1bb
commit
e99ef8141a
1 changed files with 0 additions and 1 deletions
|
@ -269,7 +269,6 @@ class MainWindow(QMainWindow):
|
|||
|
||||
self.glb = glb
|
||||
|
||||
self.setObjectName("MainWindow")
|
||||
self.setWindowTitle("Call Graph: " + glb.dbname)
|
||||
self.move(100, 100)
|
||||
self.resize(800, 600)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue