Skip to content

Commit

Permalink
Add missing copyright header in _patch/qheaderview.py
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
ccordoba12 committed Jan 2, 2017
1 parent 169c44f commit 5c3b283
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 5c3b283

Please sign in to comment.