Skip to content

Commit

Permalink
Merge pull request #92 from ccordoba12/fix-copyright
Browse files Browse the repository at this point in the history
Add missing copyright header in _patch/qheaderview.py
  • Loading branch information
ccordoba12 authored Jan 2, 2017
2 parents 169c44f + 8b9e9bb commit ef3b32b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions qtpy/_patch/qheaderview.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# -*- coding: utf-8 -*-
#
# Copyright © The Spyder Development Team
#
# Licensed under the terms of the MIT License
# (see LICENSE.txt for details)

def introduce_renamed_methods_qheaderview(QHeaderView):

_isClickable = QHeaderView.isClickable
Expand Down

0 comments on commit ef3b32b

Please sign in to comment.